[MDEV-7053] WSREP_STATUS & WSREP_MEMBERSHIP I_S tables Created: 2014-11-08 Updated: 2014-12-26 Resolved: 2014-11-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Fix Version/s: | 10.1.2 |
| Type: | Task | Priority: | Major |
| Reporter: | Nirbhay Choubey (Inactive) | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera, plugins | ||
| Description |
|
MariaDB Galera server currently dumps many node's status and cluster membership related information to the server logs. The idea behind this task is to make those information available to the user through INFORMATION_SCHEMA. Following is the sample output :
|
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2014-11-08 ] | ||||||||||||
|
http://lists.askmonty.org/pipermail/commits/2014-November/006905.html | ||||||||||||
| Comment by Jan Lindström (Inactive) [ 2014-11-12 ] | ||||||||||||
|
Ok to push. Just a question, can you query these even in case when | ||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-11-12 ] | ||||||||||||
|
(1) Without WITH_WSREP, this plugin won't get build. Also, if we forcefully try to INSTALL this
(2) When wsrep_on = 0 :
| ||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-11-17 ] | ||||||||||||
|
http://lists.askmonty.org/pipermail/commits/2014-November/007039.html | ||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-11-22 ] | ||||||||||||
|
https://github.com/MariaDB/server/commit/369c02674cb024ceb1995433913ef2fb32f815ca | ||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-12-24 ] | ||||||||||||
|
https://github.com/MariaDB/server/commit/03e0f1f86617c54722cc23f4f5c101d60adfa485 | ||||||||||||
| Comment by Joffrey MICHAIE (Inactive) [ 2014-12-24 ] | ||||||||||||
|
When wsrep is not ready to handle transactions, it is not possible to load the plugin, nor to query the tables.
| ||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2014-12-24 ] | ||||||||||||
|
Since INSTALL gets replicated, I think having it wait for the node to get ready seem OK. On the other |