lucliu1108 commented on code in PR #20693:
URL: https://github.com/apache/kafka/pull/20693#discussion_r2449521505
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java:
##########
@@ -450,7 +450,7 @@ public Map<TopicPartition, OffsetAndMetadata>
prepareCommit(final boolean clean)
}
hasPendingTxCommit = eosEnabled;
- log.debug("Prepared {} task for committing", state());
+ log.debug("Prepared {} task {} for committing", state(),
id);
Review Comment:
Yes it is already in the prefix. Have them removed in the message.
--
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]