Uploaded image for project: 'ZooKeeper'
  1. ZooKeeper
  2. ZOOKEEPER-4748

quorum.QuorumCnxManager: BufferUnderflowException

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • None
    • None
    • quorum
    • None

    Description

      When running zookeeper (3.5.7, integrated in HBase-2.4.7), I met the following error message.

      2023-09-25T11:24:41,326 ERROR [SendWorker:1] quorum.QuorumCnxManager: BufferUnderflowException
      java.nio.BufferUnderflowException: null
              at java.nio.HeapByteBuffer.get(HeapByteBuffer.java:155) ~[?:1.8.0_362]
              at java.nio.ByteBuffer.get(ByteBuffer.java:723) ~[?:1.8.0_362]
              at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.send(QuorumCnxManager.java:1083) ~[zookeeper-3.5.7.jar:3.5.7]
              at org.apache.zookeeper.server.quorum.QuorumCnxManager$SendWorker.run(QuorumCnxManager.java:1115) ~[zookeeper-3.5.7.jar:3.5.7] 

      Here's the structure of my cluster
      N0: ZK0, HMaster
      N1: ZK1, Regionserver1
      N1: ZK2, Regionserver2
      N_100: HDFS

      This error happen when I upgrade the HBase cluster, the zookeeper cluster also gets a restart. 
      The error message happens rarely. Considering its ERROR level, I am not sure whether it will cause other issues. But the cluster still seems to be working correctly. I noticed that the send() code remains the same in the new version. I suspect it might also happen in the latest version. If it's benign, would it be better to be output as WARN level?

      I have attached my full logs (persistent.tar.gz). The specific error occurred in hbase--zookeeper-8db357045302.log.

      Attachments

        1. persistent.tar.gz
          91 kB
          Ke Han
        2. hbase--zookeeper-8db357045302.log
          79 kB
          Ke Han

        Activity

          People

            Unassigned Unassigned
            kehan5800 Ke Han
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: