[
https://issues.apache.org/jira/browse/ZOOKEEPER-4872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17895454#comment-17895454
]
Li Wang commented on ZOOKEEPER-4872:
------------------------------------
{code:java}
LOG.error("{}(highestZxid) > {}(next log) for type {}", highestZxid,
hdr.getZxid(), hdr.getType());
{code}
This is to fix the error that can happen when snapshot is taken while txns are
processed and appended to the txn log.
> SnapshotCommand should not perform fastForwardFromEdits
> --------------------------------------------------------
>
> Key: ZOOKEEPER-4872
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4872
> Project: ZooKeeper
> Issue Type: Improvement
> Components: server
> Affects Versions: 3.9.1, 3.9.2
> Reporter: Li Wang
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)