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

[jira] [Updated] (IGNITE-13697) Control.sh API - schedule & cancel

     [ https://issues.apache.org/jira/browse/IGNITE-13697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Bessonov updated IGNITE-13697:
-----------------------------------
    Description: 
 
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, node in normal operations should not accept it.

_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.

> 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
>
>  
> 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, node in normal operations should not accept it.
> _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)