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

Ewen Cheslack-Postava resolved KAFKA-3412.
------------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.10.1.0

Issue resolved by pull request 1108
[https://github.com/apache/kafka/pull/1108]

> 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.1.0, 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)

Reply via email to