[jira] [Updated] (HBASE-10013) Enhance the message about ZK when there is an exception

2013-11-21 Thread Nicolas Liochon (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nicolas Liochon updated HBASE-10013:


  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Committed, thanks for the review, guys.

 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)


[jira] [Updated] (HBASE-10013) Enhance the message about ZK when there is an exception

2013-11-20 Thread Himanshu Vashishtha (JIRA)

 [ 
https://issues.apache.org/jira/browse/HBASE-10013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Himanshu Vashishtha updated HBASE-10013:


Summary: Enhance the message about ZK when there is an exception  (was: 
Ehance the message about ZK when there is an exception)

 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)