gitlw commented on code in PR #12029: URL: https://github.com/apache/kafka/pull/12029#discussion_r861785604
########## core/src/main/scala/kafka/log/LogManager.scala: ########## @@ -103,6 +103,9 @@ class LogManager(logDirs: Seq[File], def currentDefaultConfig: LogConfig = _currentDefaultConfig + // Visible for testing + def logsToBeDeleted = _logsToBeDeleted Review Comment: It's no longer used, and I've dropped the renaming. -- 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