-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.6.11, 3.0.6, 3.1.7
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
Sharding 9 (09/18/15), Sharding 10 (02/19/16)
-
(copied to CRM)
-
19
Multi-updates/deletes against a sharded collection are sent with shard version IGNORED against the set of all nodes which the given router thinks have chunks from that collection. Because of this, the following anomalies can happen:
- The update/delete is not applied against all documents in the collection (when the router doesn't know chunk was donated to another shard, not currently included in the cache)
- The update/delete is applied multiple times on different shards for the same document (because the lack of versioning prevents them from synchronizing with chunk migration, in which case they can be applied both on the donor and the recipient)
This ticket is intended to serve as the generic catch-all of these issues.
- is duplicated by
-
SERVER-22771 multiUpdate and multiRemove ops from a stale mongos may cause repeated work
- Closed
- related to
-
SERVER-22203 remove shardVersion information and usages from BatchedCommandRequest
- Closed