[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 Created: 2022-12-14  Updated: 2023-05-12  Resolved: 2023-05-12

Status: Closed
Project: MariaDB Server
Component/s: Replication, Tests
Affects Version/s: 10.3, 10.6
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Angelique Sklavounos (Inactive) Assignee: Angelique Sklavounos (Inactive)
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
duplicates MDEV-30232 rpl.rpl_gtid_crash fails sporadically... Stalled

 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.



 Comments   
Comment by Angelique Sklavounos (Inactive) [ 2023-05-12 ]

This looks similar to MDEV-30232, so will be fixed there.

Generated at Thu Feb 08 10:14:41 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.