hudeqi commented on code in PR #13839: URL: https://github.com/apache/kafka/pull/13839#discussion_r1236681057
########## core/src/main/scala/kafka/log/LogCleaner.scala: ########## @@ -803,6 +864,14 @@ private[log] class Cleaner(val id: Int, growBuffers(maxSize) } + /** + * Judge a batch should be discard by cleaned transaction state + * + * @param batch The batch of records to judge Review Comment: mean 'check'? -- 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