Github user karanmehta93 commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/307#discussion_r147047396
--- Diff:
src/java/main/org/apache/zookeeper/server/FinalRequestProcessor.java ---
@@ -81,9 +81,11 @@
private static final Logger LOG =
LoggerFactory.getLogger(FinalRequestProcessor.class);
ZooKeeperServer zks;
+ ServerStats serverStats;
--- End diff --
Fixed it in the next commit.---
