Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/tutorial/configure-a-non-voting-replica-set-member.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,17 @@ set members to be non-voting members.

rs.reconfig(cfg);

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

Use :rsconf:`members[n].priority`
to control which members are more likely to become primary.

.. include:: /includes/fact-rs-conf-array-index.rst

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

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

Related Documents
-----------------
Expand Down