commit_quorum.js uses a "hangAfterIndexBuildSecondDrain" fail point. If the fail point remains set on test failure, then shutdown will hang trying to acquire the global X lock because the "hangAfterIndexBuildSecondDrain" fail point waits while holding a database IX lock.
- related to
-
SERVER-40096 Allow setIndexBuildCommitQuorum cmd to write to the config.system.indexBuilds collection
- Closed