chia7712 commented on code in PR #18267: URL: https://github.com/apache/kafka/pull/18267#discussion_r1905219603
########## storage/src/main/java/org/apache/kafka/storage/internals/log/LocalLog.java: ########## @@ -223,11 +222,6 @@ public boolean renameDir(String name) { public void updateConfig(LogConfig newConfig) { LogConfig oldConfig = config; Review Comment: we don't need this local variable now - maybe it needs a minor to cleanup :) -- 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