-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
-
ALL
-
34
When an index build is aborted due to the underlying collection getting dropped, there is currently a shard version check being executed on the namespace targeted by the drop command.
However - since the collection could be renamed when temporarily releasing the locks - the check should be done on the new NSS after resolving it.
- is caused by
-
SERVER-50056 Collections can become views during shard version recovery
- Closed