[GitHub] kafka pull request #4039: MINOR: Bump the request timeout for the transactio...

2017-10-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/4039


---


[GitHub] kafka pull request #4039: MINOR: Bump the request timeout for the transactio...

2017-10-07 Thread apurvam
GitHub user apurvam opened a pull request:

https://github.com/apache/kafka/pull/4039

MINOR: Bump the request timeout for the transactional message copier

Multiple inflights means that when there are rolling bounces and other 
cluster instability, there is an
increased likelihood of having previously tried batch expire in th 
accumulator. This is a fatal error
for a transaction, causing the copier to exit. To work around this, we bump 
the request timeout. We can get rid of this when KIP-91 is merged.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apurvam/kafka 
MINOR-bump-request-timeout-in-transactional-message-copier

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/4039.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 #4039


commit 5ad017fd90b75b13b6683efaac17454d9cc5bb26
Author: Apurva Mehta 
Date:   2017-10-07T17:50:33Z

Bump the reuest timeout for the transactional message copier to fix the 
transient system test failures




---