m1a2st commented on PR #18548: URL: https://github.com/apache/kafka/pull/18548#issuecomment-2614168615
Yes, I only update that we should clear the fatal error after passing the error event to the event queue. ``` private void maybePropagateCoordinatorFatalErrorEvent() { coordinatorRequestManager.getAndClearFatalError() .ifPresent(fatalError -> backgroundEventHandler.add(new ErrorEvent(fatalError))); } ``` -- 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