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
103
103
when the
104
104
:dbcommand:`commit quorum is set<setIndexCommitQuorum>` to
105
105
``"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
+
107
114
Supports the following values:
108
115
109
116
- ``"votingMembers"`` - all data-bearing voting replica set
Original file line number Diff line number Diff line change @@ -81,6 +81,13 @@ setIndexCommitQuorum
81
81
:ref:`interupted index builds<index-operations-build-failure>`
82
82
when the commit quorum is set to ``"votingMembers"``.
83
83
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
+
84
91
Supports the following values:
85
92
86
93
- ``"votingMembers"`` - all data-bearing voting replica set
You can’t perform that action at this time.
0 commit comments