In progress index builds can observed via db.currentOp() or $currentOp please see:
If you are building on a replicaSet or sharded cluster ensure that all members are online and healthy, a degraded cluster will prevent the completion of an Index build
Hi @Boow,
As suggested from @chris, you can get information from current op or if you want to see the percentage of progress of index building, you can get the information from the log.
If you are building on a replicaSet or sharded cluster ensure that all members are online and healthy, a degraded cluster will prevent the completion of an Index build
I have 4 nodes, all heath:1 but one of them is in STARTUP2 (because I had an outage a few days ago, so it is resyncing). The STARTUP2 node is hidden: true
I just want to know if the index will ever end (secs_running: Long(‘25785’))…
@Fabio_Ramohitaj I grep the log with “index” but nothing about my building index…