smjn commented on code in PR #20238:
URL: https://github.com/apache/kafka/pull/20238#discussion_r2228123267
##########
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:
State file
##########
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:
Stale file
--
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]