GitHub user sjmittal opened a pull request: https://github.com/apache/kafka/pull/2642
Fix retryWithBackoff and onPartitionsRevoked issues. Fixes related to handling of MAX_POLL_INTERVAL_MS_CONFIG during deadlock and CommitFailedException on partition revoked. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sjmittal/kafka trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/2642.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 #2642 ---- commit 0ebb82206be9361979c4eef576dd5ab99246bac6 Author: Sachin Mittal <sjmit...@gmail.com> Date: 2017-02-15T03:01:50Z added git ignores added git ignores commit 9afe819cd3a65e229e2d617160e217f7705432ca Author: Sachin Mittal <sjmit...@gmail.com> Date: 2017-03-05T07:15:18Z Fix for backoffTimeMs and CommitFailedException Fix for backoffTimeMs in AbstractTaskCreator -> retryWithBackoff and CommitFailedException in suspendTasksAndState -> commitOffsets ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---