Github user nkalmar commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/501#discussion_r181150889
--- Diff:
src/java/main/org/apache/zookeeper/server/persistence/FileTxnSnapLog.java ---
@@ -55,6 +53,7 @@
private final File snapDir;
private TxnLog txnLog;
private SnapShot snapLog;
+ private ServerStats serverStats;
--- End diff --
No, you're not missing anything, I messed up the refactor before the
commit. I've written more unit tests so this will not go unnoticed next time.
Will commit soon.
Thanks!
---