GitHub user apurvam opened a pull request:
https://github.com/apache/kafka/pull/3377
KAFKA-5477: Lower retryBackoff for AddPartitionsRequest
This patch lowers the retry backoff when receiving a
CONCURRENT_TRANSACTIONS error from an AddPartitions request. The default of
100ms would mean that back to back transactions would be 100ms long at minimum,
making things to slow.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apurvam/kafka
HOTFIX-lower-retry-for-add-partitions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3377.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 #3377
----
commit 0d676688e7ed9a8d63189eb704143e62752707cc
Author: Apurva Mehta <[email protected]>
Date: 2017-06-20T00:36:28Z
Lower retryBackoff when receiving a CONCURRENT_TRANSACTIONS error from an
AddPartitions request
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---