apoorvmittal10 commented on code in PR #20175:
URL: https://github.com/apache/kafka/pull/20175#discussion_r2592334470
##########
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:
@smjn Can you please help.
--
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]