anmolnar commented on code in PR #1690: URL: https://github.com/apache/zookeeper/pull/1690#discussion_r1232321074
########## zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/LearnerHandler.java: ########## @@ -1030,7 +1030,7 @@ protected long queueCommittedProposals(Iterator<Proposal> itr, long peerLastZxid // is the catch when our history older than learner and there is // no new txn since then. So we need an empty diff LOG.info( - "Sending TRUNC zxid=0x{} for peer sid: {}", + "Sending DIFF zxid=0x{} for peer sid: {}", Review Comment: Why is this change? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@zookeeper.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org