-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Catalog and Routing
-
ALL
-
-
2
Output of the collStats command includes a boolean field sharded, which is true is the collection is sharded, and false otherwise.
$collStats aggregation, that should be used instead of the deprecated collStats command does not include this field.
Some products, including Mongoid and Doctrine ODMs relies on this field to detect whether a collection is sharded. We should have this field in the output of $collStats aggregation.
- is depended on by
-
MONGOID-5628 Remove currentOp/collStats commands
- Blocked