joiner does not init storage engines if rsync SST and first view is non-prim
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL patches by Codership | Status tracked in 5.6 | |||||
5.5 |
Fix Released
|
Medium
|
Teemu Ollakka | |||
5.6 |
Fix Released
|
Medium
|
Teemu Ollakka | |||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC | Status tracked in 5.6 | |||||
5.5 |
Fix Released
|
Undecided
|
Unassigned | |||
5.6 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Happened while started 9 node cluster nodes simultaneously. Some of the nodes formed intermediate non-prim components before reaching prim.
2013-12-03 14:56:22 2295 [Note] WSREP: Opened channel 'my_wsrep_cluster'
2013-12-03 14:56:22 2295 [Note] WSREP: New COMPONENT: primary = no, bootstrap =
no, my_idx = 0, memb_num = 2
2013-12-03 14:56:22 2295 [Note] WSREP: Waiting for SST to complete.
2013-12-03 14:56:22 2295 [Note] WSREP: Flow-control interval: [23, 23]
2013-12-03 14:56:22 2295 [Note] WSREP: Received NON-PRIMARY.
2013-12-03 14:56:22 2295 [Note] WSREP: New COMPONENT: primary = no, bootstrap =
no, my_idx = 0, memb_num = 3
2013-12-03 14:56:22 2295 [Note] WSREP: Flow-control interval: [28, 28]
2013-12-03 14:56:22 2295 [Note] WSREP: Received NON-PRIMARY.
2013-12-03 14:56:22 2295 [Note] WSREP: New COMPONENT: primary = yes, bootstrap = no, my_idx = 1, memb_num = 9
2013-12-03 14:56:22 2295 [Note] WSREP: STATE EXCHANGE: Waiting for state UUID.
2013-12-03 14:56:22 2295 [Note] WSREP: New cluster view: global state: 4af2f3a7-
2013-12-03 14:56:22 2295 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2013-12-03 14:56:22 2295 [Note] WSREP: New cluster view: global state: 4af2f3a7-
2013-12-03 14:56:22 2295 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2013-12-03 14:56:22 2295 [Note] WSREP: STATE EXCHANGE: sent state msg: 132d66f5-
2013-12-03 14:56:22 2295 [Note] WSREP: STATE EXCHANGE: got state msg: 132d66f5-
2013-12-03 14:56:22 2295 [Note] WSREP: STATE EXCHANGE: got state msg: 132d66f5-
2013-12-03 14:56:22 2295 [Note] WSREP: STATE EXCHANGE: got state msg: 132d66f5-
2013-12-03 14:56:22 2295 [Note] WSREP: STATE EXCHANGE: got state msg: 132d66f5-
2013-12-03 14:56:22 2295 [Note] WSREP: STATE EXCHANGE: got state msg: 132d66f5-
2013-12-03 14:56:22 2295 [Note] WSREP: STATE EXCHANGE: got state msg: 132d66f5-
2013-12-03 14:56:22 2295 [Note] WSREP: STATE EXCHANGE: got state msg: 132d66f5-
2013-12-03 14:56:23 2295 [Note] WSREP: STATE EXCHANGE: got state msg: 132d66f5-
2013-12-03 14:56:23 2295 [Note] WSREP: STATE EXCHANGE: got state msg: 132d66f5-
2013-12-03 14:56:23 2295 [Note] WSREP: Quorum results:
version = 3,
component = PRIMARY,
conf_id = 1,
members = 9/9 (joined/total),
act_id = 8693,
last_appl. = -1,
protocols = 0/5/2 (gcs/repl/appl),
group UUID = 4af2f3a7-
2013-12-03 14:56:23 2295 [Note] WSREP: Flow-control interval: [48, 48]
2013-12-03 14:56:23 2295 [Note] WSREP: Restored state OPEN -> JOINED (8693)
2013-12-03 14:56:23 2295 [Note] WSREP: New cluster view: global state: 4af2f3a7-
2013-12-03 14:56:23 2295 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2013-12-03 14:56:23 2295 [Note] WSREP: REPL Protocols: 5 (3, 1)
2013-12-03 14:56:23 2295 [Note] WSREP: Assign initial position for certification: 8693, protocol version: 3
2013-12-03 14:56:23 2295 [Note] WSREP: Service thread queue flushed.
2013-12-03 14:56:23 2295 [Note] WSREP: Member 1 (vagrant-
2013-12-03 14:56:23 2295 [Note] WSREP: Shifting JOINED -> SYNCED (TO: 8693)
2013-12-03 14:56:23 2295 [Note] WSREP: Synchronized with group, ready for connections
2013-12-03 14:56:23 2295 [Note] WSREP: wsrep_notify_cmd is not defined, skipping notification.
2013-12-03 14:56:23 2295 [Note] WSREP: Member 3 (vagrant-
2013-12-03 14:56:23 2295 [Note] WSREP: Member 4 (vagrant-
2013-12-03 14:56:23 2295 [Note] WSREP: Member 6 (vagrant-
2013-12-03 14:56:23 2295 [Note] WSREP: Member 7 (vagrant-
2013-12-03 14:56:23 2295 [Note] WSREP: Member 8 (vagrant-
2013-12-03 14:56:23 2295 [Note] WSREP: Member 2 (vagrant-
2013-12-03 14:56:23 2295 [Note] WSREP: Member 5 (vagrant-
Message "ready for connections" is never printed, server remains unreachable via network, pid file is not generated.
Fix committed: bazaar. launchpad. net/~codership/ codership- mysql/wsrep- 5.5/revision/ 3930 bazaar. launchpad. net/~codership/ codership- mysql/5. 6/revision/ 4024
5.5: http://
5.6: http://