ashmeet13 commented on code in PR #12414:
URL: https://github.com/apache/kafka/pull/12414#discussion_r943241275


##########
raft/src/main/java/org/apache/kafka/raft/ReplicatedCounter.java:
##########
@@ -107,6 +107,8 @@ public synchronized void handleCommit(BatchReader<Integer> 
reader) {
             }
             log.debug("Counter incremented from {} to {}", initialCommitted, 
committed);
 
+            // A snapshot is being taken here too, not being able to -
+            // `import org.apache.kafka.metadata.utils.SnapshotReason`, figure 
out why?

Review Comment:
   I see, so will we ignore this snapshot request and not log the reason for it?



-- 
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

Reply via email to