AndrewJSchofield commented on code in PR #20238:
URL: https://github.com/apache/kafka/pull/20238#discussion_r2228117841


##########
server-common/src/main/java/org/apache/kafka/server/share/persister/PersisterStateManager.java:
##########
@@ -437,6 +437,10 @@ protected void 
handleFindCoordinatorResponse(ClientResponse response) {
 
             FindCoordinatorResponseData.Coordinator coordinatorData = 
coordinators.get(0);
             Errors error = Errors.forCode(coordinatorData.errorCode());
+            String errMessage = coordinatorData.errorMessage();

Review Comment:
   I see you fixed this in the next commit.



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

Reply via email to