-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: 8.1.0-rc0
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
ALL
-
v8.1, v8.0
-
CAR Team 2025-03-31
-
1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The $listClusterCatalog returns [null] on the shards field when it's executed against a replica set cluster.
The following mongosh commands reproduce the issue:
> use test > db.createCollection("coll") > db.aggregate([{$listClusterCatalog:{shards:true}}]) [ { ns: 'dba.coll', db: 'dba', type: 'collection', options: {}, info: { readOnly: false, uuid: UUID('74a83193-b067-4b53-bb95-a579c77319f9') }, idIndex: { v: 2, key: { _id: 1 }, name: '_id_' }, sharded: false, shards: [ null ] } ]
- is caused by
-
SERVER-96213 Implement $listClusterCatalog using $_internalListCollections
-
- Closed
-
- related to
-
SERVER-98652 [v8.0] Backport the $listClusterCatalog aggregation stage to v8.0
-
- Needs Merge
-