File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments