[ 
https://issues.apache.org/jira/browse/HBASE-8501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697598#comment-13697598
 ] 

Hudson commented on HBASE-8501:
-------------------------------

Integrated in HBase-TRUNK #4205 (See 
[https://builds.apache.org/job/HBase-TRUNK/4205/])
    HBASE-8501 The hbase zkcli will connection failure the first and the second 
ip from ZooKeeperMainServerArg return connection string (Revision 1498784)

     Result = SUCCESS
stack : 
Files : 
* 
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/RecoverableZooKeeper.java
* /hbase/trunk/hbase-common/src/main/resources/hbase-default.xml
* 
/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZooKeeperMainServer.java
* 
/hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/zookeeper/TestZooKeeperMainServer.java

                
> 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
>            Assignee: stack
>             Fix For: 0.95.2
>
>         Attachments: 8501.txt, 8501v2.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

Reply via email to