Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
10.3(EOL), 10.6
-
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
- duplicates
-
MDEV-30232 rpl.rpl_gtid_crash fails sporadically in BB with Timeout wait for SQL thread to catch up with IO thread
- Closed