You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/03/16 11:07:00 UTC

[jira] [Comment Edited] (IGNITE-7864) Control utility: Add confirm on dangerous operations

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

Alexey Kuznetsov edited comment on IGNITE-7864 at 3/16/18 11:06 AM:
--------------------------------------------------------------------

Looks good. Pushed minor changes to branch, take a look.

How about to refactor "Arguments parseAndValidate(List<String> rawArgs)" to "parseAndValidate(String... rawArgs)" ?


was (Author: kuaw26):
Looks good. Pushed minor changes to branch, take a look.

How about to refactor \{code}Arguments parseAndValidate(List<String> rawArgs)\{code} to \{code}parseAndValidate(String... rawArgs)\{code} ?

> Control utility: Add confirm on dangerous operations
> ----------------------------------------------------
>
>                 Key: IGNITE-7864
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7864
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Alexey Kuznetsov
>            Assignee: Sergey Kosarev
>            Priority: Major
>             Fix For: 2.5
>
>
> control.sh can deactivate cluster.
> It could be very dangerous in some cases.
> Lets add manual confirmation for dangerous operations: deactivate, change base line, ...
> Also, lets add "-force" option to not ask for confirmation (will be useful in scripts).
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)