-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Diagnostics, Replication
-
None
-
Fully Compatible
-
Repl 2020-03-09
‘replSetGetStatus’ already includes a ‘writeMajorityCount’ and ‘majorityVoteCount’ field.
- Add ‘votingMembersCount’ field
- This is the number of nodes with ‘votes:1’
- Add ‘writableVotingMembersCount’ field
- This is number of non-arbiter nodes with ‘votes:1’
- related to
-
SERVER-46658 Implement commit quorum option "all"
- Closed