ijuma commented on a change in pull request #8970: URL: https://github.com/apache/kafka/pull/8970#discussion_r449193775
########## File path: core/src/main/scala/kafka/log/LogManager.scala ########## @@ -379,7 +396,7 @@ class LogManager(logDirs: Seq[File], threadPools.foreach(_.shutdown()) } - info(s"Logs loading complete in ${time.milliseconds - startMs} ms.") + info(s"Loaded $numTotalLogs in ${time.hiResClockMs() - startMs}ms.") Review comment: Did you mean to include the word `logs` somewhere in this sentence? ---------------------------------------------------------------- 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