[
https://issues.apache.org/jira/browse/IGNITE-28900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18106160#comment-18106160
]
Ignite TC Bot commented on IGNITE-28900:
----------------------------------------
{panel:title=Branch: [pull/13420/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13420/head] Base: [master] : New Tests
(12)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Control Utility 1{color} [[tests
12|https://ci2.ignite.apache.org/viewLog.html?buildId=9293471]]
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillAllScan[cmdHnd=cli] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillAllContinuous[cmdHnd=cli] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillAllSql[cmdHnd=cli] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillAllScan[cmdHnd=jmx] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillAllContinuous[cmdHnd=jmx] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillAllSql[cmdHnd=jmx] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testRemoteListen[cmdHnd=cli] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillAllIndex[cmdHnd=cli] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillAllIndex[cmdHnd=jmx] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillUnrelated[cmdHnd=cli] - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite:
KilAlllCommandsControlShTest.testKillUnrelated[cmdHnd=jmx] - PASSED{color}
... and 1 new tests
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=9293576&buildTypeId=IgniteTests24Java8_RunAll]
{color:#ffffff}tcbot-analysis-comment chainBuildId=9293576
rerunBuildIds=none{color}
> 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
> Time Spent: 2h 20m
> 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)