[
https://issues.apache.org/jira/browse/IGNITE-28900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18106391#comment-18106391
]
Ignite TC Bot commented on IGNITE-28900:
----------------------------------------
Docs Required was cleared after verifying the merged implementation PR
https://github.com/apache/ignite/pull/13420. The same change set includes the
required user documentation in docs/_docs/tools/control-script.adoc for
control.sh --kill all SQL|SCAN|INDEX|CONTINUOUS, including node and
minimum-duration filters. Release Notes Required is preserved.
> 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)