Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Duplicate
-
None
-
None
-
None
-
true
Description
Documentation Request Summary:
This is the umbrella ticket for new functionality, sharded kill.
Engineering Ticket Description:
When trying to kill a query through mongos, It requires killing the query manually on every single shard.
Running queries without specifying a shard key or worse, without an index can be unacceptable in some scenarios and is an innocent mistake (consider killing a sharded query on a cluster of 100 shards).
Description
Document a new procedure to kill a sharded query on all shards
Scope of changes (files that need work and how much)
Sharded queries discussed at https://docs.mongodb.com/manual/core/sharded-cluster-query-router/#sharding-mongos-targeted.
I couldn't find a procedure to perform a sharded query, at least by that name, so we also need to determine if it needs to be renamed. If it doesn't exist, we need two procedures: 1) execute sharded query, and 2) kill sharded query on all shards.
Impact to other docs outside of this product
MVP (work and date?)
Resources (e.g. Scope Docs, Invision)
Attachments
Issue Links
- duplicates
-
DOCS-11563 Docs for SERVER-33462: Allow killop on a mongos op id
-
- Closed
-