[
https://issues.apache.org/jira/browse/ZOOKEEPER-4283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
gaoyu updated ZOOKEEPER-4283:
-----------------------------
Summary: Fix of ZOOKEEPER-1653 was not merged in master and 3.6 branch
(was: The zookeeper node cannot be restarted due to an unexpected crash)
> Fix of ZOOKEEPER-1653 was not merged in master and 3.6 branch
> -------------------------------------------------------------
>
> Key: ZOOKEEPER-4283
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4283
> Project: ZooKeeper
> Issue Type: Bug
> Affects Versions: 3.6.3
> Reporter: gaoyu
> Priority: Major
>
> I am using the latest stable release 3.6.3. Here is the minimal workload to
> reproduce the bug:
> # There is a zookeeper cluster with three nodes: node1, node2 and node3;
> # Start the cluster from scratch;
> # node2 becomes the leader;
> # Stop node2;
> # node3 becomes the new leader;
> # Client requests to create a znode;
> # Restart node2;
> # node2 receives SNAP from node3;
> # node2 receives the NEWLEADER message from node3;
> # node2 takes current snapshot;
> # node2 crashes before writing to the current epoch file;
> # Restart node2 but it fails since "Unable to load database on disk".
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)