-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Currently all nodes participate in quorum decision making process 2. This patch allows nodes to be marked as non-quorum members. 3. Such members do not count as the nodes that need to be alive for quorum to exist. 4. Quorum = Majority of quorum nodes are online. 5. Add tests to ensure: - even if majority of non-quorum members die cluster stays in quorum - add/remove of quorum members does not change cluster quorum
- Loading branch information
1 parent
02f3e3a
commit aa5bca5
Showing
13 changed files
with
566 additions
and
267 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
Oops, something went wrong.