Nicolas Liochon created HBASE-10013:
---------------------------------------
Summary: Ehance 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.96.0, 0.98.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)