db.killOp not working in Cluster Sharding
Solved
When I am using the Cluster mongo with Sharding, the db.killOp operation gives an error and does not perform the operation as when I am using only Replica Set.
What's your MongoDB Server Version? There are some restrictions on this operation, see https://docs.mongodb.com/manual/reference/method/db.killOp/#kill-read-operations
What's your MongoDB Server Version? There are some restrictions on this operation, see https://docs.mongodb.com/manual/reference/method/db.killOp/#kill-read-operations
I think I expressed myself badly, the problem is in the "Monitoring -> In Progress Operation for This Instance" functionality on this screen has a "Kill Operation" functionality that when the mongo is in Cluster Sharding the problem mentioned above happens.
Mongo Server Version 3.6.17
I think I expressed myself badly, the problem is in the "Monitoring -> In Progress Operation for This Instance" functionality on this screen has a "Kill Operation" functionality that when the mongo is in Cluster Sharding the problem mentioned above happens.
Mongo Server Version 3.6.17
Replies have been locked on this page!