You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2021/09/10 12:10:00 UTC

[jira] [Commented] (IGNITE-15445) Add cache drop (delete, destroy) command to control.sh script

    [ https://issues.apache.org/jira/browse/IGNITE-15445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17413141#comment-17413141 ] 

Ignite TC Bot commented on IGNITE-15445:
----------------------------------------

{panel:title=Branch: [pull/9399/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/9399/head] Base: [master] : New Tests (3)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Control Utility (Zookeeper){color} [[tests 1|https://ci.ignite.apache.org/viewLog.html?buildId=6173897]]
* {color:#013220}ZookeeperIgniteControlUtilityTestSuite: GridCommandHandlerClusterByClassTest.testCacheDelete - PASSED{color}

{color:#00008b}Control Utility{color} [[tests 2|https://ci.ignite.apache.org/viewLog.html?buildId=6173896]]
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerClusterByClassWithSSLTest.testCacheDelete - PASSED{color}
* {color:#013220}IgniteControlUtilityTestSuite: GridCommandHandlerClusterByClassTest.testCacheDelete - PASSED{color}

{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=6173904&amp;buildTypeId=IgniteTests24Java8_RunAll]

> Add cache drop (delete, destroy) command to control.sh script
> -------------------------------------------------------------
>
>                 Key: IGNITE-15445
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15445
>             Project: Ignite
>          Issue Type: Improvement
>          Components: control.sh
>            Reporter: Pavel Pereslegin
>            Assignee: Pavel Pereslegin
>            Priority: Major
>              Labels: ise
>             Fix For: 2.12
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Currently, there is no way to delete caches using the control.sh script.
> This feature is available through JMX, REST, SQL (partially), and ignitevisor.sh.
> However, ignitevisor.sh is not very convenient to use - it needs to start a separate daemon node.
> We should add this feature to the control script.
> Suggested command syntax.
> {noformat}
>   --cache delete [cacheName1,...,cacheNameN] [--delete-all-caches] [--skip-existence-check]
>     Permanently delete specified caches.
>     Parameters:
>       --delete-all-caches     - permanently delete all user-created caches.
>       --skip-existence-check  - disable check for cache existence, otherwise, the command will fail if at least one of the specified caches does not exist.
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)