-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
ALL
findAndModify where the update has already been done
Replica set returned:
"lastErrorObject" : { "n" : 1, "updatedExisting" : true },
mongos on unsharded collection returned:
"lastErrorObject" : { "n" : 1, "updatedExisting" : true },
mongos on sharded cluster returned:
"lastErrorObject" : { "n" : 0, "updatedExisting" : false },
- related to
-
SERVER-80103 Mongos WriteConcernError Behavior Differs from Mongod
- Closed