jsancio commented on a change in pull request #11134: URL: https://github.com/apache/kafka/pull/11134#discussion_r677868867
########## File path: raft/src/main/java/org/apache/kafka/raft/LeaderState.java ########## @@ -171,6 +171,12 @@ private boolean updateHighWatermark() { || (highWatermarkUpdateOffset == currentHighWatermarkMetadata.offset && !highWatermarkUpdateMetadata.metadata.equals(currentHighWatermarkMetadata.metadata))) { highWatermark = highWatermarkUpdateOpt; + log.debug( Review comment: Yes. Updated the PR to use trace. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org