-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Sharding EMEA
-
ALL
Consider the following flow of execution:
- mongos send a createColellection and receive a NamespaceExists error from the db primary shard
- the collection is dropped or renamed
- mongos calls checkCollectionOption and throws NamespaceNotFound since the collection doesn't exist anymore.
- duplicates
-
SERVER-60933 Make the sharded cluster's 'create' command behave the same as replica set
- Closed