[
https://issues.apache.org/jira/browse/HBASE-10013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13829499#comment-13829499
]
Hudson commented on HBASE-10013:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #4691 (See
[https://builds.apache.org/job/HBase-TRUNK/4691/])
HBASE-10013 Enhance the message about ZK when there is an exception (nkeywal:
rev 1544104)
*
/hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/ZooKeeperWatcher.java
> Enhance the message about ZK when there is an exception
> -------------------------------------------------------
>
> Key: HBASE-10013
> URL: https://issues.apache.org/jira/browse/HBASE-10013
> Project: HBase
> Issue Type: Bug
> Components: Zookeeper
> Affects Versions: 0.98.0, 0.96.0
> Reporter: Nicolas Liochon
> Assignee: Nicolas Liochon
> Priority: Trivial
> Fix For: 0.98.0, 0.96.1
>
> Attachments: 10013.v1.patch
>
>
> The default message does not include the quorum. Adding it.
> from
> {noformat}
> 2013-11-20 13:17:30,858 ERROR [main] zookeeper.ZooKeeperWatcher(442):
> hconnection-0x79b6489f Received unexpected KeeperException, re-throwing
> exception
> org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode
> = ConnectionLoss for /hbase/hbaseid
> {noformat}
> to
> {noformat}
> 2013-11-20 13:17:30,858 ERROR [main] zookeeper.ZooKeeperWatcher(442):
> hconnection-0x79b6489f, quorum=localhost:2181, baseZNode=/hbase Received
> unexpected KeeperException, re-throwing exception
> org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode
> = ConnectionLoss for /hbase/hbaseid
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)