If commit quorum option is set as 0, the commit quorum is
disabled for that index build. So, we should try preventing user from updating
the quorum option options from 0 to some non-zero value and updating the
quorum option options from some non-zero value to 0 by setCommitQuorum cmd.
- is related to
-
SERVER-47517 Secondaries will always try to vote irrespective of the commit quorum (on/off) value.
- Closed