You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "dafu (JIRA)" <ji...@apache.org> on 2013/07/31 02:25:50 UTC

[jira] [Resolved] (HELIX-133) Cluster-admin command parsing does not work with removeConfig

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

dafu resolved HELIX-133.
------------------------

    Resolution: Fixed
    
> Cluster-admin command parsing does not work with removeConfig
> -------------------------------------------------------------
>
>                 Key: HELIX-133
>                 URL: https://issues.apache.org/jira/browse/HELIX-133
>             Project: Apache Helix
>          Issue Type: Bug
>            Reporter: dafu
>            Assignee: dafu
>
> In ClusterSetup.java, the removeConfig is wrong wired to getConfig
>     Option removeConfOption = 
>         OptionBuilder.hasArgs(3)
>                      .isRequired(false)
>                      .withArgName("ConfigScope(e.g. RESOURCE) ConfigScopeArgs(e.g. myCluster,testDB) Keys(e.g. k1,k2)")
>                      .withLongOpt(getConfig)
>                      .withDescription("Remove configs")
>                      .create();
> should fix it and add testcases for all ClusterSetup commands

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira