-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Fully Compatible
-
ALL
-
v4.4
-
Sharding EMEA 2021-05-17
The mongo shell's printShardingStatus() function has a few places where config.chunks documents are matched by namespace string where namespace string or collection UUID should be used now instead.
- https://github.com/mongodb/mongo/blob/f257cd7dd19f290c6a146ac092da96cf21c3b018/src/mongo/shell/utils_sh.js#L761
- https://github.com/mongodb/mongo/blob/f257cd7dd19f290c6a146ac092da96cf21c3b018/src/mongo/shell/utils_sh.js#L773
- https://github.com/mongodb/mongo/blob/f257cd7dd19f290c6a146ac092da96cf21c3b018/src/mongo/shell/utils_sh.js#L788
- is related to
-
MONGOSH-740 Investigate recent failures with latest server builds
- Closed
- related to
-
MONGOSH-1179 Query chunks filtering by 'uuid' or 'ns' according to metadata format
- Closed