[
https://issues.apache.org/jira/browse/HBASE-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-8501:
-------------------------
Attachment: 8501.txt
Patch that reformats our ensemble String so instead of
server1,server2,server3:port... it is instead server1:port,server2:port, etc.,
as zk expects in its connectString.
> The hbase zkcli will connection failure the first and the second ip from
> ZooKeeperMainServerArg return connection string
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-8501
> URL: https://issues.apache.org/jira/browse/HBASE-8501
> Project: HBase
> Issue Type: Bug
> Components: Admin, Usability, Zookeeper
> Affects Versions: 0.94.2, 0.94.3, 0.95.0
> Reporter: Bene Guo
> Fix For: 0.95.2
>
> Attachments: 8501.txt
>
>
> The ZooKeeperMainServerArg return String like this:<IP1>,<IP2>,<IP3>:<port>,
> but zookeeper client connection String shoud like this
> :<IP1>:<port>,<IP1>:<port>,<IP1>:<port>, if changed the zookeeper client
> port, the zkcli can't connection the first and the second ip.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira