You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ismael Juma (JIRA)" <ji...@apache.org> on 2016/05/17 13:52:13 UTC

[jira] [Updated] (KAFKA-3412) Multiple commitAsync() calls causes SendFailedException in commit callback

     [ https://issues.apache.org/jira/browse/KAFKA-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ismael Juma updated KAFKA-3412:
-------------------------------
    Fix Version/s:     (was: 0.10.1.0)

> Multiple commitAsync() calls causes SendFailedException in commit callback
> --------------------------------------------------------------------------
>
>                 Key: KAFKA-3412
>                 URL: https://issues.apache.org/jira/browse/KAFKA-3412
>             Project: Kafka
>          Issue Type: Bug
>          Components: consumer
>    Affects Versions: 0.9.0.1
>            Reporter: Jason Gustafson
>            Assignee: Jason Gustafson
>            Priority: Blocker
>             Fix For: 0.10.0.0
>
>
> If the user calls commitAsync() multiple times between poll() calls, some of them will succeed, but many will be rejected with SendFailedException. This is basically the result of NetworkClient only accepting one request to be sent at a time and the higher level ConsumerNetworkClient not retrying after send failures.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)