showuon commented on a change in pull request #9178: URL: https://github.com/apache/kafka/pull/9178#discussion_r486751046
########## File path: core/src/test/scala/unit/kafka/log/LogCleanerManagerTest.scala ########## @@ -55,7 +59,8 @@ class LogCleanerManagerTest extends Logging { cleanerCheckpoints.toMap } - override def updateCheckpoints(dataDir: File, update: Option[(TopicPartition,Long)]): Unit = { + override def updateCheckpoints(dataDir: File, update: Option[(TopicPartition,Long)], + topicPartitionToBeRemoved: Option[TopicPartition] = None): Unit = { Review comment: I assert it. Thanks for reminding. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org