When a secondary index build is ready to vote for commit readiness (using the voteCommitIndexBuild command in the IndexBuildsCoordinatorMongod::_checkVoteCommitIndexCmdSucceeded()), it may receive a ShutdownError if the remote primary is in the process of shutting down. This can lead to the secondary to stop the voting process prematurely.
- is related to
-
SERVER-46910 2 phase index builds should not try to vote when shutdown is in progress.
- Closed