kamalcph commented on code in PR #14329:
URL: https://github.com/apache/kafka/pull/14329#discussion_r1314265053


##########
storage/src/main/java/org/apache/kafka/server/log/remote/metadata/storage/ConsumerTask.java:
##########
@@ -157,9 +157,10 @@ private void processConsumerRecord(ConsumerRecord<byte[], 
byte[]> record) {
             
remotePartitionMetadataEventHandler.handleRemoteLogMetadata(remoteLogMetadata);
             
readOffsetsByUserTopicPartition.put(remoteLogMetadata.topicIdPartition(), 
record.offset());
         } else {
-            log.debug("The event {} is skipped because it is either already 
processed or not assigned to this consumer", remoteLogMetadata);
+            log.trace("The event {} is skipped because it is either already 
processed or not assigned to this consumer",

Review Comment:
   @abhijeetk88 
   
   This log statement will be chatty and prints the entire event. Reduced the 
logger level from `debug` to `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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to