[
https://issues.apache.org/jira/browse/ZOOKEEPER-2853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16107790#comment-16107790
]
ASF GitHub Bot commented on ZOOKEEPER-2853:
-------------------------------------------
GitHub user lvfangmin opened a pull request:
https://github.com/apache/zookeeper/pull/322
[ZOOKEEPER-2853] Update lastZxidSeen in FileTxnLog
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/lvfangmin/zookeeper ZOOKEEPER-2853
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/322.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #322
----
commit 3e59b28d70439a88847f90beec8be1d48464f161
Author: Fangmin Lyu <[email protected]>
Date: 2017-07-31T19:02:33Z
[ZOOKEEPER-2853] Update lastZxidSeen in FileTxnLog
----
> The lastZxidSeen in FileTxnLog.java is never being assigned
> -----------------------------------------------------------
>
> Key: ZOOKEEPER-2853
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2853
> Project: ZooKeeper
> Issue Type: Bug
> Components: server
> Reporter: Fangmin Lv
> Assignee: Fangmin Lv
> Priority: Minor
> Fix For: 3.4.10, 3.5.3, 3.6.0
>
>
> There is log in FileTxnLog#append to track the txn with smaller zxid than the
> last seen, but the lastZxidSeen is never being assigned, so that log is not
> printed when it's happened.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)