Q. createIndex stats of currentOp() and log message in MongoDB 6.0 version

When I use MongoDB 4.2 version, the progress of the createIndex() command has been checked in the currentOp() or log message.
But I couldn’t find it in MongoDB 6.0 version, how can I check it?

Hi @Kim_Hakseon

It still shows in currentOp() AND in the logs. I’ve had need to check this recently on a 6.0 Sharded Cluster.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.