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

tokudb.locks-select-update-1 failed in buildbot with lock wait timeout

    XMLWordPrintable

Details

    Description

      okudb.locks-select-update-1             w1 [ fail ]
              Test ended at 2017-05-19 23:57:39
       
      CURRENT_TEST: tokudb.locks-select-update-1
      mysqltest: At line 27: query 'reap' failed: 1205: Lock wait timeout exceeded; try restarting transaction
       
      The result from queries just before the failure was:
      SET DEFAULT_STORAGE_ENGINE='tokudb';
      drop table if exists t;
      create table t (a int primary key, b int);
      insert into t values (1,0);
      set session transaction isolation level repeatable read;
      begin;
      select * from t where a=1 for update;
      a	b
      1	0
      update t set b=b+1 where a=1;
      set session transaction isolation level repeatable read;
      begin;
      select * from t where a=1 for update;
      commit;
      

      (no logs available)

      The failure is very rare.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elenst Elena Stepanova
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

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