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


##########
share/src/main/java/org/apache/kafka/server/share/persister/PersisterStateManager.java:
##########
@@ -679,6 +679,7 @@ protected void handleRequestResponse(ClientResponse 
response) {
                             // check retryable errors
                             case COORDINATOR_NOT_AVAILABLE:
                             case COORDINATOR_LOAD_IN_PROGRESS:
+                            case NOT_COORDINATOR:

Review Comment:
   Could you please adjust behavior of 
`testReadStateRequestFailButCoordinatorFoundSuccessfully` to match this change?



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