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

galera_var_ignore_apply_errors fails Server did not transition to READY state

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Cannot Reproduce
    • 10.4, 10.5, 10.6
    • N/A
    • Galera, Tests
    • None

    Description

      galera.galera_var_ignore_apply_errors 'innodb' w2 [ fail ]
              Test ended at 2021-10-04 08:10:07
       
      CURRENT_TEST: galera.galera_var_ignore_apply_errors
      mysqltest: In included file "./include/galera_wait_ready.inc": 
      included from /usr/share/mysql/mysql-test/suite/galera/t/galera_var_ignore_apply_errors.test at line 80:
      At line 28: "Server did not transition to READY state"
       
      The result from queries just before the failure was:
      < snip >
      DROP TABLE t1;
      CREATE TABLE t1 (f1 INTEGER);
      SET GLOBAL wsrep_on = OFF;
      ALTER TABLE t1 ADD COLUMN f2 INTEGER;
      SET GLOBAL wsrep_on = ON;
      ALTER TABLE t1 DROP COLUMN f2;
      DROP TABLE t1;
      connection node_2;
      SET GLOBAL wsrep_ignore_apply_errors = 2;
      connection node_1;
      CREATE TABLE t1 (f1 INTEGER);
      SET GLOBAL wsrep_on = OFF;
      INSERT INTO t1 VALUES (1);
      SET GLOBAL wsrep_on = ON;
      DELETE FROM t1 WHERE f1 = 1;
      connection node_1;
      SELECT COUNT(*) as expect_0 FROM t1;
      expect_0
      0
      connection node_2;
      

      Attachments

        Activity

          People

            jplindst Jan Lindström (Inactive)
            jplindst Jan Lindström (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.