-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Sharding
-
Fully Compatible
As part of SERVER-51900, the dropped field has been removed from config.collections. There are some remaining usages that should be removed, for example in the method to check if a collection is sharded in the shell (currently making getShardDistribution silently fail).
To find all usages, the following grep should be enough:
git grep '\.dropped\|dropped:'
- is caused by
-
SERVER-51900 Get rid of the "distributionMode" field of config.collections
- Closed
- is related to
-
SERVER-54629 Remove skip indexConsistencyCheck in collation_targeting_inherited.js
- Closed