Github user lvfangmin commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/322#discussion_r131052685
--- Diff:
src/java/main/org/apache/zookeeper/server/persistence/FileTxnLog.java ---
@@ -118,7 +118,7 @@
fsyncWarningThresholdMS = fsyncWarningThreshold;
}
- long lastZxidSeen;
+ long lastMaxZxidSeen;
--- End diff --
oh, last minute change left the issue here, was thinking of lastMaxZxidSeen
will be more accurate, but thought a bit more and lastZxidSeen should be Ok
too, so changed it back, forgot to change here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---