chia7712 commented on code in PR #20175:
URL: https://github.com/apache/kafka/pull/20175#discussion_r2572694011
##########
server-common/src/main/java/org/apache/kafka/server/share/persister/PersisterStateManager.java:
##########
@@ -221,7 +221,7 @@ public void setGenerateCallback(Runnable generateCallback) {
public abstract class PersisterStateManagerHandler implements
RequestCompletionHandler {
protected Node coordinatorNode;
private final BackoffManager findCoordBackoff;
- protected final Logger log = LoggerFactory.getLogger(getClass());
+ protected final Logger log;
Review Comment:
I have opened
[KAFKA-19940](https://issues.apache.org/jira/browse/KAFKA-19940) to handle
this. I will create a patch based on the above solution
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]