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

Clients get SESSION MOVED exception when switching from follower to a leader.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 3.2.0
    • 3.2.1, 3.3.0
    • server
    • None
    • Reviewed

    Description

      When a client is connected to follower and get disconnected and connects to a leader it gets SESSION MOVED excpetion. This is beacuse of a bug in the new feature of ZOOKEEPER-417 that we added in 3.2. All the releases before 3.2 DO NOT have this problem. The fix is to make sure the ownership of a connection gets changed when a session moves from follower to the leader. The workaround to it in 3.2.0 would be to swithc off connection from clients to the leader. take a look at leaderServers java property in http://hadoop.apache.org/zookeeper/docs/r3.2.0/zookeeperAdmin.html.

      Attachments

        1. ZOOKEEPER-484-3.2.patch
          9 kB
          Mahadev Konar
        2. ZOOKEEPER-484.patch
          10 kB
          Mahadev Konar
        3. sessionTest.patch
          2 kB
          Benjamin Reed

        Activity

          People

            mahadev Mahadev Konar
            mahadev Mahadev Konar
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: