Skip to content

DOCS-14132 commitQuorum cannot include voting members where buildInde… #5651

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
Show file tree
Hide file tree
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
9 changes: 8 additions & 1 deletion source/reference/command/createIndexes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,14 @@ Definition
when the
:dbcommand:`commit quorum is set<setIndexCommitQuorum>` to
``"votingMembers"``.


The ``"votingMembers"`` commit quorum cannot be used if any
voting replica set node is configured with
:rsconf:`members[n].buildIndexes` set to ``false``. Either
configure all nodes with :rsconf:`members[n].buildIndexes` set
to ``true`` or select a commit quorum that requires fewer
votes.

Supports the following values:

- ``"votingMembers"`` - all data-bearing voting replica set
Expand Down
7 changes: 7 additions & 0 deletions source/reference/command/setIndexCommitQuorum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ setIndexCommitQuorum
:ref:`interupted index builds<index-operations-build-failure>`
when the commit quorum is set to ``"votingMembers"``.

The ``"votingMembers"`` commit quorum cannot be used if any
voting replica set node is configured with
:rsconf:`members[n].buildIndexes` set to ``false``. Either
configure all nodes with :rsconf:`members[n].buildIndexes` set
to ``true`` or select a commit quorum that requires fewer
votes.

Supports the following values:

- ``"votingMembers"`` - all data-bearing voting replica set
Expand Down