-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Sharding
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.
- duplicates
-
SERVER-34212 Config servers should only upconvert writeConcern to majority for requests on internal connections
- Closed
- related to
-
SERVER-67874 Remove config server code which upconverts all writeConcern to majority
- Closed