You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by "Shi Lu (JIRA)" <ji...@apache.org> on 2014/03/17 21:28:43 UTC

[jira] [Created] (HELIX-407) setconfig cannot set a value of a config that contains ","

Shi Lu created HELIX-407:
----------------------------

             Summary: setconfig cannot set a value of a config that contains ","
                 Key: HELIX-407
                 URL: https://issues.apache.org/jira/browse/HELIX-407
             Project: Apache Helix
          Issue Type: Bug
            Reporter: Shi Lu
            Assignee: Kanak Biscuitwala


Today the setConfig cluster admin API use ',' as the separator of key/value pairs. But that cause a problem that it cannot do things like "key=value1,value2,value3", which is needed in some use cases.

We can 1) use another separator character  or 2) introduce addConfig(key, value2) that add a value to a existing key,value1 pair 



--
This message was sent by Atlassian JIRA
(v6.2#6252)