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

galera.galera_truncate MTR failed: Table 'test.t2' doesn't exist

    XMLWordPrintable

Details

    Description

      galera.galera_truncate failed on BB 10.4 CS, BB 10.5 CS and BB 10.6 CS: "Table 'test.t2' doesn't exist".
      It seems to be a sporadic issue.

      stdio.log:

      10.4.18, 1398160a719394cff3e7e4ee214f51375e8825a1, kvm-deb-bionic-amd64

      galera.galera_truncate 'innodb'          w2 [ fail ]
              Test ended at 2021-01-26 09:23:46
       
      CURRENT_TEST: galera.galera_truncate
      mysqltest: At line 35: query 'TRUNCATE TABLE t2' failed: 1146: Table 'test.t2' doesn't exist
       
      The result from queries just before the failure was:
      < snip >
      connection node_2;
      TRUNCATE TABLE t1;
      SELECT COUNT(*) = 0 FROM t1;
      COUNT(*) = 0
      1
      connection node_1;
      SELECT COUNT(*) = 0 FROM t1;
      COUNT(*) = 0
      1
      connection node_2;
      CREATE TABLE t2 (f1 VARCHAR(255)) Engine=InnoDB;
      INSERT INTO t2 VALUES ('abc');
      connection node_1;
      TRUNCATE TABLE t2;
      

      Attachments

        Issue Links

          Activity

            People

              stepan.patryshev Stepan Patryshev (Inactive)
              stepan.patryshev Stepan Patryshev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.