mumrah commented on a change in pull request #10864: URL: https://github.com/apache/kafka/pull/10864#discussion_r660879928
########## File path: core/src/main/scala/kafka/raft/KafkaMetadataLog.scala ########## @@ -358,6 +485,7 @@ final class KafkaMetadataLog private ( expiredSnapshots: mutable.TreeMap[OffsetAndEpoch, Option[FileRawSnapshotReader]] ): Unit = { expiredSnapshots.foreach { case (snapshotId, _) => + info(s"Marking snapshot $snapshotId for deletion") Review comment: I went ahead and added a logIdent to this class -- 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