[
https://issues.apache.org/jira/browse/HBASE-13796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Geoffrey Jacoby updated HBASE-13796:
------------------------------------
Status: Patch Available (was: Open)
The patch is a small one-line fix that puts the parenthesis in the right place,
plus a covering test.
> 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
> Attachments: HBASE-13796.patch
>
>
> 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)