Details
-
Bug
-
Status: Backlog
-
Major - P3
-
Resolution: Unresolved
-
None
-
None
-
None
-
ALL
-
0
Description
From a high level point of view, the addShard method triggered by a _configsvrAddShard command is executing the following steps:
1) Check if the shard exists in config.shards (if yes, return).
2) Write a new document representing the shard into config.shards.
3) For each database on the shard, write a new document representing it into config.databases.
If there is an interruption between steps 2 and 3, any addShard retry will not execute step 3 resulting in config.databases potentially presenting an inconsistent/incomplete state.
Attachments
Issue Links
- is related to
-
SERVER-48538 Blacklist conversion_of_replica_set_to_sharded_cluster.js from CSRS continuous stepdown suite
-
- Closed
-