Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Sharding NYC 2023-04-17
Description
When a shard's configuration changes, each mongos will detect this and then update the corresponding config.shards document in the config server. Currently, this logic skips the update if the replica set that changed was the config server, but now the config server can be a shard, so we should not skip this step.