Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
3.10.0
Description
The proposedZxid and proposedEpoch is out of order in the following debug statement.
LOG.debug( "Sending Notification: {} (n.leader), 0x{} (n.peerEpoch), 0x{} (n.zxid), 0x{} (n.round), {} (recipient),"+underlined text+ + " {} (myid) ", proposedLeader, Long.toHexString(proposedZxid), Long.toHexString(proposedEpoch), Long.toHexString(logicalclock.get()), sid, self.getMyId());
Attachments
Issue Links
- is caused by
-
ZOOKEEPER-4785 Txn loss due to race condition in Learner.syncWithLeader() during DIFF sync
- Resolved
- links to