On slow machines when the index build takes a long time (longer than the maxTimeMS provided with the createIndexes command) for the IndexBuildsCoordinator to start the build on the thread pool, the index build may time out before the test has a chance to check the db.currentOp() output for the presence of the index build.
We should consider increasing the current maxTimeMS value of 10 seconds to accommodate slow machines.
- is related to
-
SERVER-45933 2 phase index build running with maxTimeMS can lead to undesirable behavior like server crash.
- Closed