[ https://issues.apache.org/jira/browse/KAFKA-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205727#comment-15205727 ]
ASF GitHub Bot commented on KAFKA-3412: --------------------------------------- Github user asfgit closed the pull request at: 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)