Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL)
Description
rpl.rpl_gtid_crash 'mix,xtradb' w4 [ fail ]
|
Test ended at 2015-01-06 09:50:42
|
|
CURRENT_TEST: rpl.rpl_gtid_crash
|
mysqltest: In included file "./include/sync_with_master_gtid.inc":
|
included from /var/lib/buildbot/maria-slave/power8-vlp04-bintar-debug/build/mysql-test/suite/rpl/t/rpl_gtid_crash.test at line 78:
|
At line 44: Failed to sync with master
|
|
The result from queries just before the failure was:
|
< snip >
|
call mtr.add_suppression("InnoDB: Warning: database page corruption or a failed");
|
flush tables;
|
ALTER TABLE mysql.gtid_slave_pos ENGINE=InnoDB;
|
CREATE TABLE t1 (a INT PRIMARY KEY, b INT) ENGINE=InnoDB;
|
INSERT INTO t1 VALUES (1, 0);
|
include/stop_slave.inc
|
CHANGE MASTER TO master_host = '127.0.0.1', master_port = MASTER_PORT,
|
MASTER_USE_GTID=CURRENT_POS;
|
INSERT INTO t1 VALUES (2,1);
|
INSERT INTO t1 VALUES (3,1);
|
include/start_slave.inc
|
include/save_master_gtid.inc
|
SET SESSION debug_dbug="+d,crash_dispatch_command_before";
|
SELECT 1;
|
Got one of the listed errors
|
include/sync_with_master_gtid.inc
|
INSERT INTO t1 VALUES (1000, 3);
|
include/save_master_gtid.inc
|
include/sync_with_master_gtid.inc
|
Timeout in master_gtid_wait('0-1-211', 120), current slave GTID position is: 0-1-210.
|
The failure above is on P8. I'm not sure yet whether it's specific for P8 or not.
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled