You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "philipnee (via GitHub)" <gi...@apache.org> on 2023/02/18 03:45:43 UTC

[GitHub] [kafka] philipnee commented on pull request #13270: KAFKA-14729: The kafakConsumer pollForFetches(timer) method takes up a lot of cpu due to the abnormal exit of the heartbeat thread

philipnee commented on PR #13270:
URL: https://github.com/apache/kafka/pull/13270#issuecomment-1435476445

   Hey! Just to chime in here: I like the idea of throwing an exception there and it seems fairly straightforward.
   
   To restart the heartbeat thread, is it sufficient to do that on the top of the consumer.poll()? I'm basically wondering if we could piggyback the restart onto the next user poll?
   
   


-- 
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-unsubscribe@kafka.apache.org

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