You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "Kanak Biscuitwala (JIRA)" <ji...@apache.org> on 2013/11/13 00:59:17 UTC

[jira] [Updated] (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 ]

Kanak Biscuitwala updated HELIX-133:
------------------------------------

    Fix Version/s: 0.6.2-incubating

> 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: Zhen Zhang
>            Assignee: Zhen Zhang
>             Fix For: 0.6.2-incubating
>
>
> 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 was sent by Atlassian JIRA
(v6.1#6144)