Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-10013

Enhance the message about ZK when there is an exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.98.0, 0.96.0
    • 0.98.0, 0.96.1
    • Zookeeper
    • None
    • Reviewed

    Description

      The default message does not include the quorum. Adding it.

      from

      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
      

      to

      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
      

      Attachments

        1. 10013.v1.patch
          0.6 kB
          Nicolas Liochon

        Activity

          People

            nkeywal Nicolas Liochon
            nkeywal Nicolas Liochon
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: