You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/03 10:03:07 UTC

[jira] [Updated] (IGNITE-10258) control.sh: make optional parameters order irrelevant

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

Maxim Muzafarov updated IGNITE-10258:
-------------------------------------
    Fix Version/s:     (was: 2.8)
                   2.9

> control.sh: make optional parameters order irrelevant
> -----------------------------------------------------
>
>                 Key: IGNITE-10258
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10258
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Sergey Antonov
>            Priority: Major
>             Fix For: 2.9
>
>
> {noformat}
> IGNITE_HOME=`pwd` bin/control.sh --cache idle_verify --host 172.25.1.14 --dump
> Control utility [ver. 2.5.1-p160#20181113-sha1:5f845ca7]
> 2018 Copyright(C) Apache Software Foundation
> User: mshonichev
> --------------------------------------------------------------------------------
> Check arguments.
> Error: Unexpected argument: --dump{noformat}
> {noformat}
> IGNITE_HOME=`pwd` bin/control.sh --host 172.25.1.14 --cache idle_verify --dump 
> Control utility [ver. 2.5.1-p160#20181113-sha1:5f845ca7] 
> 2018 Copyright(C) Apache Software Foundation 
> User: mshonichev 
> --------------------------------------------------------------------------------
> VisorIdleVerifyDumpTask successfully written output to '/storage/ssd/mshonichev/tiden/pme-181114-163416/test_pme_bench/ignite.server.1/work/idle-dump-2018-11-14T16-46-34_246.txt'
> {noformat}
> It is quite unexpected and unpleasant that re-ordering optional arguments to the --cache idle_verify command makes it throw error.



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