You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/07/27 23:32:07 UTC

[GitHub] [kafka] jsancio commented on a change in pull request #11134: KAFKA-12851: Fix Raft partition simulation

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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org