-
Type: Task
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
Mongosh users want a want to kill a long running operation by hitting `ctrl+c`, as described in this ticket: https://jira.mongodb.org/browse/MONGOSH-1243.
Currently we're unable to implement this in mongosh due `activeSessions` not being publicly exposed.
Our ideal solution requires the driver to expose the functionality that allows us to run killOp on a specific MongoClient and the driver is responsible for session identification and management.
User Impact
Ticket opened for mongosh: https://jira.mongodb.org/browse/MONGOSH-1243
Dependencies
- upstream and/or downstream requirements and timelines to bear in mind
Unknowns
- questions that need to be answered to determine implementation
Acceptance Criteria
Implementation Requirements
- functional reqs, potential snafus to avoid, performance targets, etc
Testing Requirements
- unit test, spec test sync, etc
Documentation Requirements
- DOCSP ticket, API docs, etc
Follow Up Requirements
- additional tickets to file, required releases, etc
- is depended on by
-
MONGOSH-1243 CTRL+C during a deleteMany operation doesn't kill the operation
- Waiting (Blocked)
- is duplicated by
-
NODE-5622 Expose activeSessions on MongoClient publicly
- Closed