Based on Alex’s answer.
-
Query current running operations:
db.currentOp()

-
Kill the operation based on opid
db.killOp(30318806)
Based on Alex’s answer.
Query current running operations:
db.currentOp()

Kill the operation based on opid
db.killOp(30318806)