[ https://issues.apache.org/jira/browse/KAFKA-3412?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15205039#comment-15205039 ]
ASF GitHub Bot commented on KAFKA-3412: --------------------------------------- GitHub user hachikuji opened a pull request: https://github.com/apache/kafka/pull/1108 KAFKA-3412: multiple asynchronous commits causes send failures You can merge this pull request into a Git repository by running: $ git pull https://github.com/hachikuji/kafka KAFKA-3412 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1108.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 #1108 ---- commit b296635d9af6fd83b30bf6aecdbcb0f1238f0c9c Author: Jason Gustafson <ja...@confluent.io> Date: 2016-03-21T20:14:23Z KAFKA-3412: multiple asynchronous commits causes send failures ---- > 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)