-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 8.1.0-rc0
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
v8.1, v8.0
-
CAR Team 2025-03-31
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Right now, any aggregation command will override its readConcern if the command runs under a session.
However, the $listClusterCatalog command can only run with a 'local' read concern (because the listCollections command running under the hood only accepts 'local' read concern. Therefore, we should update this code, and probably this one too, to disallow the override of the read concern in this case.
With this ticket, we should be able to remove the tag `assumes_read_concern_unchanged` from all the tests running $listClusterCatalog aggregation.
- is caused by
-
SERVER-96213 Implement $listClusterCatalog using $_internalListCollections
-
- Closed
-
- is duplicated by
-
SERVER-102591 Prevent $listClusterCatalog to run with secondary read preference on tests
-
- Closed
-
- is related to
-
SERVER-102822 Add requires_getmore tag on $listClusterCatalog jsCore tests
-
- Closed
-