You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2015/12/09 01:14:11 UTC

[jira] [Updated] (HBASE-13796) ZKUtil doesn't clean quorum setting properly

     [ https://issues.apache.org/jira/browse/HBASE-13796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell updated HBASE-13796:
-----------------------------------
    Fix Version/s: 0.98.17

> 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)