Geoffrey Jacoby created HBASE-13796:
---------------------------------------
Summary: ZKUtil doesn't clean quorum setting properly
Key: HBASE-13796
URL: https://issues.apache.org/jira/browse/HBASE-13796
Project: HBase
Issue Type: Bug
Affects Versions: 0.98.12, 1.1.0, 1.0.1
Reporter: Geoffrey Jacoby
Assignee: Geoffrey Jacoby
Priority: Minor
ZKUtil.getZooKeeperClusterKey is obviously trying to pull out the ZooKeeper
quorum setting from the config object and remove several special characters
from it. Due to a misplaced parenthesis, however, it's instead running the
replace operation on the config setting _name_, HConstants.ZOOKEEPER_QUORUM,
and not the config setting itself.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)