[
https://issues.apache.org/jira/browse/IGNITE-15445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17419010#comment-17419010
]
Pavel Pereslegin commented on IGNITE-15445:
-------------------------------------------
[~NSAmelchev], thanks for the review!
> 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: 20m
> 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 destroy --caches cache1,...,cacheN|--destroy-all-caches
> Permanently destroy specified caches.
> Parameters:
> --caches cache1,...,cacheN - specifies a comma-separated list of cache
> names to be destroyed.
> --destroy-all-caches - permanently destroy all user-created
> caches.
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)