You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "nichunen (JIRA)" <ji...@apache.org> on 2016/10/07 12:06:20 UTC

[jira] [Commented] (KYLIN-2027) Error "connection timed out" occurs when zookeeper's port is set in hbase.zookeeper.quorum of hbase-site.xml

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

nichunen commented on KYLIN-2027:
---------------------------------

OK, I'll close the issue.

> Error "connection timed out" occurs when zookeeper's port is set in hbase.zookeeper.quorum of hbase-site.xml
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: KYLIN-2027
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2027
>             Project: Kylin
>          Issue Type: Bug
>          Components: Storage - HBase
>    Affects Versions: v1.5.4
>            Reporter: nichunen
>            Assignee: nichunen
>            Priority: Minor
>              Labels: patch
>             Fix For: v1.6.0
>
>         Attachments: KYLIN-2027.patch
>
>
> In our hadoop cluster, we specified ports of zk servers in hbase.zookeeper.quorum of hbase-site.xml like 
>   <property>
>     <name>hbase.zookeeper.quorum</name>
>     <value>hadoop1:2181,hadoop2:2181,hadoop3:2181</value>
>   </property>
> And we get the error "ERROR [Thread-12] curator.ConnectionState:201 : Connection timed out for connection string (hadoop1:2181:2181,hadoop2:2181:2181,hadoop3:2181:2181) and timeout (15000) / elapsed (15214)"
> I think org.apache.kylin.storage.hbase.util.ZookeeperJobLock#getZKConnectString should check whether it ends with a port before adding a port to the string.
> Attached is the patch.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)