[MDEV-6465] rpl.rpl_gtid_master_promote fails on PPC64 Created: 2014-07-21  Updated: 2014-08-05  Resolved: 2014-08-05

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.0.12
Fix Version/s: 10.0.13

Type: Bug Priority: Critical
Reporter: Sergey Vojtovich Assignee: Michael Widenius
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
PartOf
is part of MDEV-6478 MariaDB on Power8 Closed
Relates
relates to MDEV-6469 rpl.rpl_gtid_basic, rpl.rpl_gtid_stop... Closed

 Description   

See http://buildbot.askmonty.org/buildbot/builders/bintar-rhel6-p8/builds/220/steps/test/logs/stdio

CURRENT_TEST: rpl.rpl_gtid_master_promote
--- /home/buildbot/maria-slave/power8-vlp01/build/mysql-test/suite/rpl/r/rpl_gtid_master_promote.result	2014-07-21 00:36:37.253346000 -0400
+++ /home/buildbot/maria-slave/power8-vlp01/build/mysql-test/suite/rpl/r/rpl_gtid_master_promote.reject	2014-07-21 02:31:15.574007126 -0400
@@ -119,7 +119,7 @@
 2	3
 *** Now replicate all extra changes from 3,4,5 to 2, in preparation for making 2 the new master. ***
 CHANGE MASTER TO master_host = '127.0.0.1', master_port = SERVER_MYPORT_3;
-START SLAVE UNTIL master_gtid_pos = "1-1-1,0-1-3,3-1-7,2-1-4";
+START SLAVE UNTIL master_gtid_pos = "0-1-3,2-1-4,1-1-1,3-1-7";
 include/wait_for_slave_to_stop.inc
 SELECT * FROM t1 ORDER BY a;
 a
@@ -142,7 +142,7 @@
 3	1
 3	3
 CHANGE MASTER TO master_host = '127.0.0.1', master_port = SERVER_MYPORT_4;
-START SLAVE UNTIL master_gtid_pos = "1-1-7,0-1-3,3-1-4,2-1-1";
+START SLAVE UNTIL master_gtid_pos = "0-1-3,2-1-1,1-1-7,3-1-4";
 include/wait_for_slave_to_stop.inc
 SELECT * FROM t1 ORDER BY a;
 a
@@ -168,7 +168,7 @@
 3	1
 3	3
 CHANGE MASTER TO master_host = '127.0.0.1', master_port = SERVER_MYPORT_5;
-START SLAVE UNTIL master_gtid_pos = "1-1-4,0-1-3,3-1-1,2-1-7";
+START SLAVE UNTIL master_gtid_pos = "0-1-3,2-1-7,1-1-4,3-1-1";
 include/wait_for_slave_to_stop.inc
 SELECT * FROM t1 ORDER BY a;
 a



 Comments   
Comment by Sergey Vojtovich [ 2014-07-21 ]

Kristian, please review fix for this bug.

The patch has been pushed to 10.0.13:

revno: 4294
revision-id: svoj@mariadb.org-20140721091608-n9fcgun66m3iimzh
parent: svoj@mariadb.org-20140718154521-mwoz6ezimga0axcj
committer: Sergey Vojtovich <svoj@mariadb.org>
branch nick: 10.0
timestamp: Mon 2014-07-21 13:16:08 +0400
message:
  MDEV-6465 - rpl.rpl_gtid_master_promote fails on PPC64
  
  GTID order in @@gtid_binlog_pos depends on internal hash order,
  so requires --replace_result for stable test output.

Comment by Michael Widenius [ 2014-08-05 ]

Reviewed and approved.

Comment by Michael Widenius [ 2014-08-05 ]

Approved

Comment by Michael Widenius [ 2014-08-05 ]

Already pushed into 10.0 tree

Generated at Thu Feb 08 07:12:07 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.