-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 6.0.3, 7.0.0, 8.0.0-rc0
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
-
CAR Team 2024-05-27
-
0
DocumentSourceInternalAllCollectionStats first retrieves a list of existing collections from the catalog and next it iterates over them to get the collection stats for each one. If a collection that gets put in the list is dropped before the stage iterates over it, then the whole aggregation will fail with NamespaceNotFound.
Instead, this no longer existent collection should just be skipped.
- is caused by
-
SERVER-67891 Implement basic structure of $shardedDataDistribution stage
- Closed