[
https://issues.apache.org/jira/browse/TWILL-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15083928#comment-15083928
]
ASF GitHub Bot commented on TWILL-161:
--------------------------------------
GitHub user chtyim opened a pull request:
https://github.com/apache/incubator-twill/pull/76
(TWILL-161) Added back off logic to SimplyKafkaConsumer
- Avoid excessive amount of polling and logs in case of failure
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/chtyim/incubator-twill feature/TWILL-161
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-twill/pull/76.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 #76
----
commit ce4cfc2f3c450bab3e03c5f2d3be35a42275d62c
Author: Terence Yim <[email protected]>
Date: 2016-01-05T22:04:29Z
(TWILL-161) Added back off logic to SimplyKafkaConsumer
- Avoid excessive amount of polling and logs in case of failure
----
> SimpleKafkaConsumer should backoff on failure when fetching messages
> --------------------------------------------------------------------
>
> Key: TWILL-161
> URL: https://issues.apache.org/jira/browse/TWILL-161
> Project: Apache Twill
> Issue Type: Bug
> Reporter: Terence Yim
> Assignee: Terence Yim
>
> The current logic is to retry the fetch immediately, causing a lot of error
> messages being logged in case there is a connection issue to the Kafka server.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)