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

Fix of ZOOKEEPER-1653 was not merged in master and 3.6 branch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.6.3
    • None
    • None
    • None

    Description

      I am using the latest stable release 3.6.3. Here is the minimal workload to reproduce the bug:

      1. There is a zookeeper cluster with three nodes: node1, node2 and node3;
      2. Start the cluster from scratch;
      3. node2 becomes the leader;
      4. Stop node2;
      5. node3 becomes the new leader;
      6. Client requests to create a znode;
      7. Restart node2;
      8. node2 receives SNAP from node3;
      9. node2 receives the NEWLEADER message from node3;
      10. node2 takes current snapshot;
      11. node2 crashes before writing to the current epoch file;
      12. Restart node2 but it fails since "Unable to load database on disk".

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            gy_way May
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: