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

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

GitHub user ConcurrencyPractitioner opened a pull request:

    https://github.com/apache/kafka/pull/4049

    [KAFKA-5212] Consumer ListOffsets request can starve group heartbeats

    Through the identification of the poll method in ConsumerCoordinator as the 
place where the heartbeat is sent, I modified the metadata so that it polled 
periodically every interval for a heartbeat.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ConcurrencyPractitioner/kafka trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/4049.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4049
    
----
commit 431bc8011ce3f8aaa677e2f6743c9b069a1eec8c
Author: Richard Yu <[email protected]>
Date:   2017-10-10T03:45:23Z

    [KAFKA-5212] Consumer ListOffsets request can starve group heartbeats

----


> 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
>             Fix For: 1.1.0, 1.0.1
>
>
> 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)

Reply via email to