dengziming commented on code in PR #13697: URL: https://github.com/apache/kafka/pull/13697#discussion_r1191937851
########## metadata/src/main/java/org/apache/kafka/controller/QuorumController.java: ########## @@ -1586,11 +1578,6 @@ private void resetToEmptyState() { */ private final FaultHandler fatalFaultHandler; - /** - * The slf4j log context, used to create new loggers. - */ - private final LogContext logContext; Review Comment: I think we can remove it for now, if we want to use it in the future in other component, such as `BrokerHeartbeatManager`, we can add it back. -- 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