ableegoldman opened a new pull request #9671:
URL: https://github.com/apache/kafka/pull/9671


   A race condition between the consumer and hb thread can lead to a failed but 
non-null `findCoordinatorFuture`, causing the AbstractCoordinator to wait 
endlessly on the request which it thinks is still in flight. We should move the 
handling of this future out of the listener callbacks and into the 
`ensureCoordinatorReady()` method where we can check the exception and clear 
the future all in one place.  
   
   See ticket for full analysis.
   
   Also starts logging a warning if the consumer is unable to connect to the 
coordinator for longer than the max poll interval.
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to