Skip to content

Commit ef4fe50

Browse files
author
Kay Kim
committed
DOCS-12247: additional disambiguation for query
1 parent e17f210 commit ef4fe50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/reference/method/db.killOp.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Kill Read Operations
3838

3939
Starting in MongoDB 4.0
4040
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
4242
than one shard in a cluster.
4343

4444
For example, to kill a query operation on a MongoDB 4.0+ sharded
@@ -84,7 +84,7 @@ Starting in MongoDB 4.0
8484
name: From a shard member
8585
content: |
8686

87-
Alternatively, you can find and kill the operation from a
87+
Alternatively, you can find and kill the read operation from a
8888
shard member where the operation is running. MongoDB 4.0+
8989
propagates the kill operation to the other shards and
9090
:binary:`~bin.mongos` instances:

0 commit comments

Comments
 (0)