-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Storage, Upgrade/Downgrade
-
Fully Compatible
-
Storage NYC 2018-10-08, Storage NYC 2018-10-22
In 4.2, setFeatureCompatibilityVersion command is a chain of operations including the the FCV document update operation and the collMod operations for unique index upgrade. Each of these individual operation within setFCV has its own writeConcern without dependancy on the others. It is required to define a clear dependancy between setFCV and the other operations within setFCV.
One example is, setFCV with user supplied writeConcern timeout should propagate this timeout to the writeConcern of collMod operation for unique index upgrade.
- is depended on by
-
SERVER-34839 Add a test to ensure writeConcern=majority waits are honored on unique index upgrade
- Backlog