Skip to content

Commit

Permalink
Merge pull request #15 from vshn/MySQLGaleraOutOfSync
Browse files Browse the repository at this point in the history
Update MySQLGaleraOutOfSync
  • Loading branch information
TheBigLee authored Feb 11, 2022
2 parents ae4565a + 319c19e commit 537b2e0
Showing 1 changed file with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

This alert is being triggered if a Galera Cluster node is out of Sync for the past 5 minutes.

More specifically, it's `wsrep_local_state` is not `4` ("Synced"). Possible values and their meaning:

* `1` - **Joining** (requesting/receiving State Transfer) - node is joining the cluster
* `2` - **Donor/Desynced** - node is the donor to the node joining the cluster
* `3` - **Joined** - node has joined the cluster
* `4` - **Synced** - node is synced with the cluster

== icon:bug[] Steps for Debugging

DETAILEDSTEPS
=== State `2 != 4` but sync completed

If a node stays in State `2` for a long time, restart the pod.

0 comments on commit 537b2e0

Please sign in to comment.