-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
1
In write_ops_exec.cpp we do a bunch of checkCollectionUUIDMismatch calls before acquiring the collection that could lead to NamespaceNotFound when the chunks moved from the given shard.
We should make sure that checkCollectionUUIDMismatch only happens after collection acquire.
It should be just reordering some function calls.
- is related to
-
SERVER-91965 UUID -> NSS resolution may fail after moveCollection / other sharding migrations
- Closed