Aleksey Plekhanov created IGNITE-28900:
------------------------------------------
Summary: Implement mass cancellation command for
SQL/Scan/Continuous queries
Key: IGNITE-28900
URL: https://issues.apache.org/jira/browse/IGNITE-28900
Project: Ignite
Issue Type: Improvement
Reporter: Aleksey Plekhanov
Assignee: Aleksey Plekhanov
Ignite provides individual query cancellation commands, like:
- {{--kill sql <queryId>}} - cancel specific SQL query
- {{--kill scan <nodeId> <cache> <queryId>}} - cancel specific scan query
- {{--kill continuous <nodeId> <routineId>}} - cancel specific continuous query
When troubleshooting long-running queries, administrators often need to cancel
multiple queries simultaneously based on criteria like:
- Queries running longer than X seconds
- Queries on specific nodes
- etc
Current approach requires manually identifying and cancelling each query
individually, which is time-consuming and inefficient.
Add support for mass cancellation of queries based on filter criteria (e.g.,
minimum
duration, node ID).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)