Github user afine commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/459#discussion_r168301408
--- Diff:
src/java/main/org/apache/zookeeper/server/persistence/FileSnap.java ---
@@ -51,19 +51,22 @@
public class FileSnap implements SnapShot {
File snapDir;
private volatile boolean close = false;
- private static final int VERSION=2;
- private static final long dbId=-1;
+ private static final int VERSION = 2;
--- End diff --
Please revert this---
