You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/09 23:58:00 UTC

[jira] [Commented] (KAFKA-5212) Consumer ListOffsets request can starve group heartbeats

    [ https://issues.apache.org/jira/browse/KAFKA-5212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16319423#comment-16319423 ] 

ASF GitHub Bot commented on KAFKA-5212:
---------------------------------------

ConcurrencyPractitioner closed pull request #4049: [KAFKA-5212] Consumer ListOffsets request can starve group heartbeats
URL: https://github.com/apache/kafka/pull/4049
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Consumer ListOffsets request can starve group heartbeats
> --------------------------------------------------------
>
>                 Key: KAFKA-5212
>                 URL: https://issues.apache.org/jira/browse/KAFKA-5212
>             Project: Kafka
>          Issue Type: Bug
>          Components: consumer
>            Reporter: Jason Gustafson
>            Assignee: Richard Yu
>             Fix For: 1.1.0
>
>         Attachments: 5212.patch
>
>
> The consumer is not able to send heartbeats while it is awaiting a ListOffsets response. Typically this is not a problem because ListOffsets requests are handled quickly, but in the worst case if the request takes longer than the session timeout, the consumer will fall out of the group.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)