Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.5
-
None
Description
rpl.rpl_xa_prepare_gtid_fail fails on Windows Buildot with the following output (from https://buildbot.mariadb.org/#/builders/239/builds/18612/steps/11/logs/stdio):
rpl.rpl_xa_prepare_gtid_fail 'innodb,row' w47 [ fail ]
|
Test ended at 2024-03-07 13:26:05
|
|
CURRENT_TEST: rpl.rpl_xa_prepare_gtid_fail
|
mysqltest: In included file "./include/wait_for_slave_param.inc":
|
included from ./include/wait_for_slave_sql_to_start.inc at line 33:
|
included from ./include/wait_for_slave_to_start.inc at line 28:
|
included from ./include/start_slave.inc at line 35:
|
included from D:/Buildbot/amd64-windows-packages/build/mysql-test/suite/rpl/t/rpl_xa_prepare_gtid_fail.test at line 69:
|
At line 114: Timeout in include/wait_for_slave_param.inc
|
|
The result from queries just before the failure was:
|
< snip >
|
master-bin.000001 371 Query 1 494 use `test`; create table t1 (a int primary key, b int) engine=innodb
|
master-bin.000001 494 Gtid 1 536 BEGIN GTID 0-1-2
|
master-bin.000001 536 Annotate_rows 1 581 insert t1 values (1,1)
|
master-bin.000001 581 Table_map 1 627 table_id: 32 (test.t1)
|
master-bin.000001 627 Write_rows_v1 1 669 table_id: 32 flags: STMT_END_F
|
master-bin.000001 669 Xid 1 700 COMMIT /* xid=141 */
|
master-bin.000001 700 Gtid 1 743 XA START X'31',X'',1 GTID 0-1-100
|
master-bin.000001 743 Annotate_rows 1 796 update t1 set b=b+10 where a=1
|
master-bin.000001 796 Table_map 1 842 table_id: 32 (test.t1)
|
master-bin.000001 842 Update_rows_v1 1 894 table_id: 32 flags: STMT_END_F
|
master-bin.000001 894 Query 1 979 XA END X'31',X'',1
|
master-bin.000001 979 XA_prepare 1 1016 XA PREPARE X'31',X'',1
|
master-bin.000001 1016 Gtid 1 1059 GTID 0-1-101
|
master-bin.000001 1059 Query 1 1147 XA COMMIT X'31',X'',1
|
|
**** SHOW RELAYLOG EVENTS on server_1 ****
|
relaylog_name = 'No such row'
|
SHOW RELAYLOG EVENTS IN 'No such row';
|
Log_name Pos Event_type Server_id End_log_pos Info
|
connection slave;
|
|
More results from queries before failure can be found in D:\Buildbot\amd64-windows-packages\build\mysql-test\var\47\log\rpl_xa_prepare_gtid_fail.log
|
|
- saving 'D:/Buildbot/amd64-windows-packages/build/mysql-test/var/47/log/rpl.rpl_xa_prepare_gtid_fail-innodb,row/' to 'D:/Buildbot/amd64-windows-packages/build/mysql-test/var/log/rpl.rpl_xa_prepare_gtid_fail-innodb,row/'
|
|
Retrying test rpl.rpl_xa_prepare_gtid_fail, attempt(2/3)...
|
|
***Warnings generated in error logs during shutdown after running tests: rpl.rpl_xa_prepare_gtid_fail
|
|
2024-03-07 13:19:41 21 [Warning] Slave: Lock wait timeout exceeded; try restarting transaction Error_code: 1205
|