Skip to content

Commit 698280b

Browse files
schmallisokay-kim
authored andcommitted
DOCSP-1494: members can have 0 or 1 votes, not more
1 parent ad1ee54 commit 698280b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/tutorial/configure-a-non-voting-replica-set-member.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,17 @@ set members to be non-voting members.
6363

6464
rs.reconfig(cfg);
6565

66-
Place voting members so that your designated primary or primaries can
66+
Place voting members so that the :program:`mongod` instance or instances
67+
that you wish to serve as primary can
6768
reach a majority of votes in the event of a network partition.
6869

70+
Use :rsconf:`members[n].priority`
71+
to control which members are more likely to become primary.
72+
6973
.. include:: /includes/fact-rs-conf-array-index.rst
7074

7175
.. include:: /includes/warning-rs-reconfig.rst
7276

73-
In general and when possible, all members should have only 1 vote. This
74-
prevents intermittent ties, deadlocks, or the wrong members from
75-
becoming primary. Use :rsconf:`members[n].priority`
76-
to control which members are more likely to become primary.
7777

7878
Related Documents
7979
-----------------

0 commit comments

Comments
 (0)