File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Kill Read Operations
38
38
39
39
Starting in MongoDB 4.0
40
40
The :method:`db.killOp()` method can be run on a
41
- :binary:`~bin.mongos` and can kill queries that are running on more
41
+ :binary:`~bin.mongos` and can kill queries (read operations) that are running on more
42
42
than one shard in a cluster.
43
43
44
44
For example, to kill a query operation on a MongoDB 4.0+ sharded
@@ -84,7 +84,7 @@ Starting in MongoDB 4.0
84
84
name: From a shard member
85
85
content: |
86
86
87
- Alternatively, you can find and kill the operation from a
87
+ Alternatively, you can find and kill the read operation from a
88
88
shard member where the operation is running. MongoDB 4.0+
89
89
propagates the kill operation to the other shards and
90
90
:binary:`~bin.mongos` instances:
You can’t perform that action at this time.
0 commit comments