SERVER-90224 added safety checks that run in the background config shard transition thread after removing the config server as a shard. In suites with failovers, the checks can fail in the following ways:
- Throwing a "retryable" error if a node being read from is killed
- Waiting for an optime indefinitely if the term of the chosen optime was superseded
- related to
-
SERVER-90224 Run sharding metadata consistency checks after ContinuousConfigShardTransition hook completes a transition
- Closed