-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Sharding
-
Fully Compatible
-
Sharding 2018-10-08, Sharding 2018-11-05
-
17
In MongoDB version 3.2 when CSRS was introduced, there were cases where commands coming from mongos did not specify write concern. For this purpose, the config server by default upconverts the writeConcern to majority. With the current codebase, this upconversion is no longer necessary because all mongos and shard commands against the config server should be including a write concern.
This ticket is to add testing that writeConcern:majority is always included with writes against the config server and to remove the upconversion code.
- is duplicated by
-
SERVER-34501 Remove the config server code which upconverts all writeConcern to majority
- Closed
- is related to
-
SERVER-28641 remove requirement that non-internal writes against config servers must use writeConcern 'majority'
- Closed
- related to
-
SERVER-67874 Remove config server code which upconverts all writeConcern to majority
- Closed