[
https://issues.apache.org/jira/browse/IGNITE-13697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243288#comment-17243288
]
Anton Kalashnikov commented on IGNITE-13697:
--------------------------------------------
[~ibessonov] changes look good to me.
> Control.sh API - schedule & cancel
> ----------------------------------
>
> Key: IGNITE-13697
> URL: https://issues.apache.org/jira/browse/IGNITE-13697
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Ivan Bessonov
> Assignee: Ivan Bessonov
> Priority: Major
> Labels: IEP-47
> Time Spent: 10m
> Remaining Estimate: 0h
>
>
> From original draft by [~sergeychugunov]:
>
> Schedule
> *control.sh defragmentation schedule nodes
> nodeConsistentId0[,nodeConsistentId1] [caches
> cacheName0,cacheName1,cacheName2]*
>
> Optional list of caches is passed to perform defragmentation for a
> particular set of caches. By default all caches are defragmented.
>
> _Prerequisites_: command is sent to node in normal operations, node in
> maintenance mode should not accept it
> _Command output:_
> Defragmentation is successfully scheduled on nodes <list of nodes>, on next
> restart the following caches will be defragmented: <list of caches>.
> Cancel
> *control.sh defragmentation cancel nodeHost nodePort [cache cacheName0]*
> _Prerequisites_: command is sent to node in maintenance mode or in normal mode
> _Command output:_
> Defragmentation is already completed for caches: <caches list>
> Defragmentation is cancelled for caches: <caches list>; all intermediate
> files are cleaned up.
>
> *Note:* Caches list for cancel command will not be implemented here.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)