[ https://issues.apache.org/jira/browse/IGNITE-23655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904606#comment-17904606 ]
Ignite TC Bot commented on IGNITE-23655: ---------------------------------------- {panel:title=Branch: [pull/11673/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel} {panel:title=Branch: [pull/11673/head] Base: [master] : New Tests (6)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1} {color:#00008b}Control Utility 1{color} [[tests 4|https://ci2.ignite.apache.org/viewLog.html?buildId=8207889]] * {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerWithSslTest.testIdleVerifyCancelCommand[cmdHnd=cli] - PASSED{color} * {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerTest.testIdleVerifyCancelCommand[cmdHnd=jmx] - PASSED{color} * {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerTest.testIdleVerifyCancelCommand[cmdHnd=cli] - PASSED{color} * {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerWithSslFactoryTest.testIdleVerifyCancelCommand[cmdHnd=cli] - PASSED{color} {color:#00008b}Control Utility (Zookeeper){color} [[tests 2|https://ci2.ignite.apache.org/viewLog.html?buildId=8207890]] * {color:#013220}ZookeeperIgniteControlUtilityTestSuite: GridCommandHandlerTest.testIdleVerifyCancelCommand[cmdHnd=cli] - PASSED{color} * {color:#013220}ZookeeperIgniteControlUtilityTestSuite: GridCommandHandlerTest.testIdleVerifyCancelCommand[cmdHnd=jmx] - PASSED{color} {panel} [TeamCity *--> Run :: All* Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8207964&buildTypeId=IgniteTests24Java8_RunAll] > Command to cancel idle_verify run > --------------------------------- > > Key: IGNITE-23655 > URL: https://issues.apache.org/jira/browse/IGNITE-23655 > Project: Ignite > Issue Type: Improvement > Reporter: Nikolay Izhikov > Assignee: Vladislav Novikov > Priority: Major > Labels: IEP-81, ise > Fix For: 2.17 > > Time Spent: 1h 20m > Remaining Estimate: 0h > > Ignite provides idle_verify command to check partitions copies control sums - > https://ignite.apache.org/docs/latest/tools/control-script#verifying-partition-checksums > idle_verify is long running command, especially on large clusters. > Currently, only way to cancel idle_verify run via {{control.sh --kill compute > $session_id}} call. > But, it's inconvinient for a user, because, session_id search in jobs, tasks > system view required. > Note, there can be only one idle_verify invocation in cluster at a time. > To help admin, let's introduce short cut command to cancel idle_verify. Format > {{control.sh --cache idle_verify --cancel}} - similar to other cancel command > (snapshot, etc). > https://cwiki.apache.org/confluence/display/IGNITE/IEP-81+Cluster+Management+API > - description of command (management API framework). > Commands to start with: > https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/management/cache/CacheIdleVerifyCommand.java > https://github.com/apache/ignite/blob/master/modules/core/src/main/java/org/apache/ignite/internal/management/cache/CacheIdleVerifyDumpCommand.java -- This message was sent by Atlassian Jira (v8.20.10#820010)