forked from emqx/mria
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(mria_membership): notify monitoring processes when mria is down
The event will be sent in the following cases: 1. A replicant node detects that another (either core or replicant) node is down. 3. A core node detects that a replicant node is down. Core nodes still track each other only at Mnesia level (by subscribing to Mnesia system events). An exception to the above is when Mria is down on a local node. In this case mria_membership will notify its monitoring processes before terminating.
- Loading branch information
1 parent
d260ede
commit 16353e0
Showing
2 changed files
with
20 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