[
https://issues.apache.org/jira/browse/IGNITE-28900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksey Plekhanov resolved IGNITE-28900.
----------------------------------------
Fix Version/s: 2.19
Release Note: Control-utility: Added mass query cancellation command
Resolution: Fixed
[~NSAmelchev] thanks for the review! Merged to master.
> 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
> Priority: Major
> Labels: ise
> Fix For: 2.19
>
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
> 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)