Skip to content

Commit 5ed45e9

Browse files
jmd-mongojeff-allen-mongo
authored andcommitted
DOCS-14132 commitQuorum cannot include voting members where buildIndexes is false
1 parent db332ab commit 5ed45e9

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

source/reference/command/createIndexes.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,14 @@ Definition
103103
when the
104104
:dbcommand:`commit quorum is set<setIndexCommitQuorum>` to
105105
``"votingMembers"``.
106-
106+
107+
The ``"votingMembers"`` commit quorum cannot be used if any
108+
voting replica set node is configured with
109+
:rsconf:`members[n].buildIndexes` set to ``false``. Either
110+
configure all nodes with :rsconf:`members[n].buildIndexes` set
111+
to ``true`` or select a commit quorum that requires fewer
112+
votes.
113+
107114
Supports the following values:
108115

109116
- ``"votingMembers"`` - all data-bearing voting replica set

source/reference/command/setIndexCommitQuorum.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,13 @@ setIndexCommitQuorum
8181
:ref:`interupted index builds<index-operations-build-failure>`
8282
when the commit quorum is set to ``"votingMembers"``.
8383

84+
The ``"votingMembers"`` commit quorum cannot be used if any
85+
voting replica set node is configured with
86+
:rsconf:`members[n].buildIndexes` set to ``false``. Either
87+
configure all nodes with :rsconf:`members[n].buildIndexes` set
88+
to ``true`` or select a commit quorum that requires fewer
89+
votes.
90+
8491
Supports the following values:
8592

8693
- ``"votingMembers"`` - all data-bearing voting replica set

0 commit comments

Comments
 (0)