[
https://issues.apache.org/jira/browse/HBASE-13796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15049034#comment-15049034
]
Hudson commented on HBASE-13796:
--------------------------------
FAILURE: Integrated in HBase-0.98-on-Hadoop-1.1 #1144 (See
[https://builds.apache.org/job/HBase-0.98-on-Hadoop-1.1/1144/])
HBASE-13796 ZKUtil doesn't clean quorum setting properly (apurtell: rev
22f537d9fa8b9b43c67630b5e048e17c1873c5c1)
* hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java
* hbase-client/src/test/java/org/apache/hadoop/hbase/zookeeper/TestZKUtil.java
> 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: 1.0.1, 1.1.0, 0.98.12
> Reporter: Geoffrey Jacoby
> Assignee: Geoffrey Jacoby
> Priority: Minor
> Fix For: 2.0.0, 1.2.0, 0.98.17
>
> 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)