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

rpl.rpl_gtid_crash fails sporadically in BB with Timeout wait for IO thread to connect and SQL thread to catch up with IO thread

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Duplicate
    • 10.3, 10.6
    • N/A
    • Replication, Tests
    • None

    Description

      10.6 c844a5881

      rpl.rpl_gtid_crash 'innodb,stmt'         w2 [ fail ]
              Test ended at 2022-05-03 08:15:50
       
      CURRENT_TEST: rpl.rpl_gtid_crash
      mysqltest: At line 564: Timeout wait for IO thread to connect and SQL thread to catch up with IO thread
       
      The result from queries just before the failure was:
      < snip >
      SELECT * from t1 WHERE a > 10 ORDER BY a;
      a
      13
      14
      23
      24
      # Repeat this with slave restart
      connection server_1;
      SET GLOBAL debug_dbug="+d,inject_error_writing_xid";
      BEGIN;
      INSERT INTO t1 VALUES (25);
      COMMIT;
      ERROR HY000: Error writing file 'master-bin' (errno: 28 "No space left on device")
      SET GLOBAL debug_dbug="+d,crash_dispatch_command_before";
      COMMIT;
      Got one of the listed errors
      connection server_1;
      connection server_2;
      # Wait 30 seconds for IO thread to connect and SQL thread to catch up
      # with IO thread.
      

      Attachments

        Issue Links

          Activity

            People

              angelique.sklavounos Angelique Sklavounos (Inactive)
              angelique.sklavounos Angelique Sklavounos (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.