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

bad error handling in FollowerHandler.sendPackets

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.0
    • 3.3.0
    • quorum, server
    • None

    Description

      in FollowerHandler if sendPackets gets an ioexception on writeRecord the send thread will exit, however the
      socket isn't necessarily closed.

      2009-08-19 15:28:46,869 - WARN [Sender-/127.0.0.1:58179:FollowerHandler@131] - Unexpected exception
      at org.apache.zookeeper.server.quorum.FollowerHandler.sendPackets(FollowerHandler.java:128)
      at org.apache.zookeeper.server.quorum.FollowerHandler.access$0(FollowerHandler.java:107)
      at org.apache.zookeeper.server.quorum.FollowerHandler$1.run(FollowerHandler.java:325)

      This results in the follower taking a very long time to recover and rejoin the quorum.

      Attachments

        1. ZOOKEEPER-511.patch
          1 kB
          Mahadev Konar

        Activity

          People

            mahadev Mahadev Konar
            phunt Patrick D. Hunt
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: