chia7712 commented on code in PR #21027:
URL: https://github.com/apache/kafka/pull/21027#discussion_r2616064335


##########
server-common/src/main/java/org/apache/kafka/server/share/persister/PersisterStateManager.java:
##########
@@ -494,6 +490,9 @@ protected void 
setOnCompleteCallback(Consumer<ClientResponse> callback) {
     }
 
     public class InitializeStateHandler extends PersisterStateManagerHandler {
+
+        private static final Logger LOG = 
LoggerFactory.getLogger(PersisterStateManager.InitializeStateHandler.class);

Review Comment:
   Is the prefix `PersisterStateManager` redundant here?



-- 
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]

Reply via email to