File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ Network Partition
123
123
124
124
A :term:`network partition` may segregate a primary into a partition
125
125
with a minority of nodes. When the primary detects that it can only see
126
- a minority of nodes in the replica set, the primary steps down as
127
- primary and becomes a secondary. Independently, a member in the
128
- partition that can communicate with a :data:`majority
129
- <replSetGetStatus.majorityVoteCount>` of the nodes (including itself)
130
- holds an election to become the new primary.
126
+ a minority of voting nodes in the replica set, the primary steps down
127
+ and becomes a secondary. Independently, a member in the partition that
128
+ can communicate with a :data:`majority
129
+ <replSetGetStatus.majorityVoteCount>` of the voting nodes (including
130
+ itself) holds an election to become the new primary.
131
131
132
132
133
133
Voting Members
You can’t perform that action at this time.
0 commit comments