Bene Guo created HBASE-8501:
-------------------------------
Summary: 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: Zookeeper
Affects Versions: 0.95.0, 0.94.3, 0.94.2
Reporter: Bene Guo
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