hachikuji commented on a change in pull request #11134:
URL: https://github.com/apache/kafka/pull/11134#discussion_r677821521
##########
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:
Do you think this level of detail is more suitable for trace? We have
debug logging for high watermark advances in `KafkaRaftClient`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]