kowshik commented on a change in pull request #10742: URL: https://github.com/apache/kafka/pull/10742#discussion_r637283022
########## File path: core/src/main/scala/kafka/log/Log.scala ########## @@ -2005,7 +2005,12 @@ object Log extends Logging { Files.createDirectories(dir.toPath) val topicPartition = Log.parseTopicPartitionName(dir) val segments = new LogSegments(topicPartition) - val leaderEpochCache = Log.maybeCreateLeaderEpochCache(dir, topicPartition, logDirFailureChannel, config.messageFormatVersion.recordVersion) + val leaderEpochCache = Log.maybeCreateLeaderEpochCache( + dir, + topicPartition, + logDirFailureChannel, + config.messageFormatVersion.recordVersion, + s"[Log partition=$topicPartition, dir=${dir.getParent}] )") Review comment: Done, sorry for the typo. Fixed in 0b429dcb5a21580d1b8f5cca7183101c98a6faee. -- 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