Currently, the setShardVersion command includes the configdb field which contains the connection string to the config server of the current cluster. If the shard is already aware of the config server, then it will compare the configdb field with it's own. This is currently done with a string comparison so it can fail if one of them is missing a member in the list even they are both referring to the same set.
- is related to
-
SERVER-20371 Use clusterId for the config server check in the shard
- Closed