Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-16492

maria.insert_select-7314 failed in buildbot with timeout

    XMLWordPrintable

Details

    Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos74-amd64/builds/3116

      10.1 519060da452925a2f8274b1d30c75188

      maria.insert_select-7314                 w1 [ fail ]  timeout after 900 seconds
              Test ended at 2018-05-22 06:36:35
       
      Test case timeout after 900 seconds
       
      == /dev/shm/var/1/log/insert_select-7314.log == 
      drop table if exists t1;
      Warnings:
      Note	1051	Unknown table 'test.t1'
      #
      # MDEV-7314
      # Concurrent "INSERT INTO table SELECT MAX(id)+1 FROM table" are
      # hitting deadlocks on Aria tables using ROW_FORMAT=PAGE
      #
      create table t1 (pk int primary key) engine=Aria;
      insert into t1 values (1);
      insert into t1 select sleep(2)+1 from t1;
      insert into t1 select 2 from t1;
      

      Attachments

        Activity

          People

            monty Michael Widenius
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.