If movePrimary fails, we call cleanupOnError which calls _cleanup. Currently we throw "ConflictingErrorInProgress" in _cleanup if the db doesn't exist. We should change this so that we only clear the dss if the dbexists, rather than throwing this error. If the db hasn't been created or if it has been dropped, there is nothing to clear.
- related to
-
SERVER-34658 Don't throw an exception inside a ScopeGuard in the MovePrimarySourceManager
- Closed