kirktrue commented on PR #18548: URL: https://github.com/apache/kafka/pull/18548#issuecomment-2616437927
The `CoordinatorRequestManager` is the only place that the error is set, right? That would make sense. I'm still confused why the `AbstractHeartbeatRequestManager` clears the error but the `CommitRequestManager` doesn't. It _appears_ to me that the reason has to do with the ordering of two `RequestManager`s. Is it this way because `CommitRequestManager.poll()` is called before `AbstractHeartbeatRequestManager.poll()`? Or is there a different reason? Thanks! -- 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