-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.4.6
-
Component/s: None
-
None
-
Fully Compatible
-
Execution Team 2021-09-20, Execution Team 2021-10-04
Currently, the only method to determine if an index build is in-progress is to read the mongod log files or look at currentOp.
Adding the number of in-progress index builds would greatly aid diagnostics as not all createIndex commands result in an index build or an index build may have been started before the available logs or FTDC data.
Also helpful would be the stage of the current index builds ("drained side writes" for example https://docs.mongodb.com/manual/core/index-creation/#index-build-process).
- related to
-
SERVER-59084 Add "includeIndexBuildInfo" flag to listIndexes
- Closed
-
SERVER-60791 Add information about index build state in listIndexes output
- Closed
-
SERVER-65796 convert serverStatus metrics for index builds from gauges to counters.
- Closed