-
Type: Bug
-
Resolution: Unresolved
-
Priority: Critical - P2
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
ALL
A number of commands run through mongos on an unsharded collection do not return WriteConcernError.
These are demonstrated in jstests/libs/write_commands.js as tested by jstests/sharding/mongos_writes_wait_for_write_concern.js, and were discovered in the work for SERVER-80103.
- update
- delete
- insert
- findAndModify
See the associated TODOs in jstests/libs/write_commands.js.
- related to
-
SERVER-80103 Mongos WriteConcernError Behavior Differs from Mongod
- Closed