-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
ALL
-
v8.0
-
0
Discovered in SERVER-89614. $out for time-series can now run on mongos or any shard that owns the unsharded collection. Because $out no longer just runs on the primary shard we cannot use the local collection catalog to look up if we have an existing view. We should implement a new process interface function to handle the different cases. We can use the collection catalog for replicas and standalones, but we need to run a listCollection command on sharded clusters.
- is related to
-
SERVER-89614 $out doesn't clean up correctly between rename and dropping temp collection
- Closed
- related to
-
SERVER-91248 Drop collection command on the buckets namespace doesn't work as expected with view
- Closed
-
SERVER-92351 Complete TODO listed in SERVER-90720
- Closed