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)