Skip to content

DOCSP-1494: members can have 0 or 1 votes, not more #3178

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 20, 2017
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