-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CP-46324: Send alert when a host leaves/joins the cluster
We add three new alert messages in addition to the existing `cluster_host_fencing`: `cluster_host_leaving`, `cluster_host_joining` and `cluster_quorum_approaching_lost`. The leave and join message are added whenever a host leaves the cluster, whether as a result of the user operation, or due to unexpected errors (in which case we will likely get an additional fencing alert). The approaching quorum message is sent when the cluster cannot tolerate any more loss of hosts. Signed-off-by: Vincent Liu <[email protected]>
- Loading branch information
1 parent
2c95050
commit 2d61201
Showing
4 changed files
with
90 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters