-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
_doReplSetReconfig takes in two boolean arguments: force and skipSafetyChecks. SERVER-114846 added documentation that describes which behaviors will and will not be activated depending on which of the four possible permutations were given (!force && !skipSafetyChecks, !force && skipSafetyChecks, force && !skipSafetyChecks, force && skipSafetyChecks). We should write tests to ensure that all, or at least most, of this documentation is correct.
- is related to
-
SERVER-114846 Document or simplify force and skipSafetyChecks flags in _doReplSetReconfig
-
- Closed
-