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

Reply via email to