Galera Indicators updated
This commit is contained in:
parent
3b5b7cf733
commit
5153752349
1 changed files with 219 additions and 206 deletions
13
INTERNALS.md
13
INTERNALS.md
|
@ -207,3 +207,16 @@
|
||||||
* Key buffer read hit ratio (>95%)
|
* Key buffer read hit ratio (>95%)
|
||||||
* Key buffer write hit ratio (>95%)
|
* Key buffer write hit ratio (>95%)
|
||||||
|
|
||||||
|
## MySQLTuner Galera information
|
||||||
|
* wsrep_ready cluster is ready
|
||||||
|
* wsrep_connected node is connected to other nodes
|
||||||
|
* wsrep_cluster_status PRIMARY /NON PRIMARY.
|
||||||
|
* PRIMARY : Coherent cluster
|
||||||
|
* NO PRIMARY : cluster gets several states
|
||||||
|
* wsrep_ local_state_comment: Node state
|
||||||
|
* SYNCED (uptodate),
|
||||||
|
* DONOR(sending information to another node)
|
||||||
|
* Joiner(Try to reach cluster group)
|
||||||
|
* SYNCED state able to read/write
|
||||||
|
* wsrep_cluster_conf_id configuration level must be identical in all nodes
|
||||||
|
* wsrep_last_commited committed level must be identical in all nodes
|
||||||
|
|
Loading…
Reference in a new issue