Issues with re-setting the provider
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
MySQL patches by Codership | Status tracked in 5.6 | |||||
5.5 |
Fix Committed
|
Undecided
|
Unassigned | |||
5.6 |
Fix Released
|
Undecided
|
Yan Zhang | |||
Percona XtraDB Cluster moved to https://jira.percona.com/projects/PXC | Status tracked in 5.6 | |||||
5.5 |
Fix Released
|
High
|
Unassigned | |||
5.6 |
Fix Released
|
High
|
Unassigned |
Bug Description
There are few issues with setting provider from galera to none and back to galera.
Details here https:/
a) Bootstrapping doesn't work.
""
SET GLOBAL wsrep_provider_
ERROR 1210 (HY000): Incorrect arguments to SET
""
b) Incomplete restoration of provider config. evs, pc etc. are
missing from wsrep_provider_
It may be possible to provide wsrep_provider_
i) Not all options are dynamic, they will need to be set before
provider starts.
ii) Few components fail while setting (like the pc.bootstrap
above).
c) Incorrect restoration of values. The values restored differ
from values set in my.cnf for same key/value.
=======
131212 15:51:48 [Note] WSREP: wsrep_provider_
131212 15:51:48 [Note] WSREP: Stop replication
131212 15:51:48 [Note] WSREP: Provider disconnect
131212 15:51:50 [Note] WSREP: waiting for client connections to close: 1
131212 15:51:50 [Note] WSREP: Setting wsrep_ready to 0
131212 15:51:50 [Note] WSREP: Read WSREPXid from InnoDB: 5805bbc4-
131212 15:51:50 [Note] WSREP: Initial position: 5805bbc4-
131212 15:51:50 [Note] WSREP: wsrep_load(): loading provider library '/pxc56/
131212 15:51:50 [Note] WSREP: wsrep_load(): Galera 3.2(rXXXX) by Codership Oy <email address hidden> loaded successfully.
131212 15:51:50 [Note] WSREP: CRC-32C: using hardware acceleration.
131212 15:51:50 [Note] WSREP: Found saved state: 5805bbc4-
131212 15:51:50 [Note] WSREP: Passing config to GCS: base_host = 127.0.0.1; base_port = 4567; cert.log_conflicts = no; gcache.dir = /pxc/datadir/; gcache.
131212 15:51:50 [Note] WSREP: Assign initial position for certification: 15933, protocol version: -1
131212 15:51:50 [Note] WSREP: wsrep_cluster_
131212 15:51:50 [Note] WSREP: refresh_
131212 15:53:20 [Warning] WSREP: Unknown parameter 'pc.bootstrap'
131212 15:53:20 [ERROR] WSREP: Set options returned 7
131212 15:53:20 [Note] WSREP: refresh_
131212 15:53:22 [Warning] WSREP: Unknown parameter 'pc.bootstrap'
131212 15:53:22 [ERROR] WSREP: Set options returned 7
131212 15:53:22 [Note] WSREP: refresh_
131212 15:53:41 [Warning] WSREP: Unknown parameter 'pc.bootstrap'
131212 15:53:41 [ERROR] WSREP: Set options returned 7
131212 15:53:41 [Note] WSREP: refresh_
131212 15:54:23 [Warning] WSREP: Unknown parameter 'pc.bootstrap'
131212 15:54:23 [ERROR] WSREP: Set options returned 7
131212 15:54:23 [Note] WSREP: refresh_
=======
Changed in codership-mysql: | |
status: | New → In Progress |
assignee: | nobody → Yan Zhang (yan.zhang) |
Raghu, wsrep_provider_ options loss is expected (although inconvenient). I have reported a more targeted ticket about it here: https:/ /bugs.launchpad .net/codership- mysql/5. 6/+bug/ 1260290
Come to think of it, the fix to it could also fix this one.