You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by "dafu (JIRA)" <ji...@apache.org> on 2013/06/19 01:36:19 UTC

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

dafu created HELIX-133:
--------------------------

             Summary: 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