cmccabe commented on code in PR #14369: URL: https://github.com/apache/kafka/pull/14369#discussion_r1391783416
########## core/src/main/scala/kafka/server/BrokerServer.scala: ########## @@ -277,6 +279,24 @@ class BrokerServer( time ) + if (config.logDirs.size > 1) { Review Comment: Should we log something here, to indicate that JBOD mode is on? -- 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