-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
ALL
-
Repl 10 (02/19/16)
-
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.