-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
CAR Team 2023-11-27
dropAggTempCollections drops the temporary collections listed on 'config.agg_temp_collections', in a sharding-aware way (i.e. by routing _shardsvrDropCollection to the db-primary shard). However, if the database has been dropped, this routing will fail with NamespaceNotFound. In this case, the temp colleciton was already dropped, so the collection should be delisted from 'config.agg_temp_collections'.
- is caused by
-
SERVER-81444 Don't use temp:true collections for $out on sharded deployments
- Closed