Skip to content

Commit 80f52f9

Browse files
authored
DOCS-14326 voting nodes in majority (#1574)
1 parent ebdeb02 commit 80f52f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/core/replica-set-elections.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ Network Partition
123123

124124
A :term:`network partition` may segregate a primary into a partition
125125
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.
131131

132132

133133
Voting Members

0 commit comments

Comments
 (0)