AndrewJSchofield commented on PR #17645: URL: https://github.com/apache/kafka/pull/17645#issuecomment-2450430658
I think this PR fixes the test failure: https://github.com/apache/kafka/pull/17656. Whether to handle `NOT_COORDINATOR` as a retriable error in this situation is another matter. I think the answer is still yes, but the error code would only happen in usual operation as a share coordinator is unloading one of the partitions it used to own. So, a request sent to the right coordinator which is no longer the coordinator would get this error, and then it should be retried. -- 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