junrao commented on a change in pull request #9718:
URL: https://github.com/apache/kafka/pull/9718#discussion_r541280750



##########
File path: core/src/main/scala/kafka/log/Log.scala
##########
@@ -2670,6 +2645,34 @@ object Log {
   private def isLogFile(file: File): Boolean =
     file.getPath.endsWith(LogFileSuffix)
 
+  private def loadProducersFromLog(producerStateManager: ProducerStateManager, 
records: Records): Unit = {

Review comment:
       Perhaps this could be name loadProducersFromRecords?




----------------------------------------------------------------
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


Reply via email to