satishd commented on a change in pull request #11390: URL: https://github.com/apache/kafka/pull/11390#discussion_r767428782
########## File path: core/src/main/scala/kafka/log/ProducerStateManager.scala ########## @@ -504,6 +504,12 @@ class ProducerStateManager(val topicPartition: TopicPartition, // completed transactions whose markers are at offsets above the high watermark private val unreplicatedTxns = new util.TreeMap[Long, TxnMetadata] + def reloadSegments(): Unit = { + info("Reloading the producer state snapshots") + truncateFullyAndStartAt(0L) Review comment: This cleansup all the earlier loaded snapshots. It loads the newly created snapshot. -- 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