-
Type:
Bug
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Replication
-
Labels:
-
Backwards Compatibility:Fully Compatible
-
Operating System:ALL
-
Backport Completed:
-
Sprint:Repl 10 (02/19/16)
-
Linked BF Score:0
Currently, a WriteConcernOption defaults to SyncMode::NONE for sync. This means for code that sets w:"majority", it will not upgrade to j:true appropriately. Setting the default value for sync to be SyncMode::UNSET will fix this.