[GitHub] kafka pull request #4285: KAFKA-6296: Increase jitter to fix transient failu...

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

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


---


[GitHub] kafka pull request #4285: KAFKA-6296: Increase jitter to fix transient failu...

2017-12-01 Thread hachikuji
GitHub user hachikuji opened a pull request:

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

KAFKA-6296: Increase jitter to fix transient failure in 
NetworkClientTest.testConnectionDelayDisconnected

### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation 
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)


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

$ git pull https://github.com/hachikuji/kafka KAFKA-6296

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

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


commit 04dd99039670c4fbcf8f6030c41fa8f39297838c
Author: Jason Gustafson 
Date:   2017-12-01T19:09:27Z

KAFKA-6296: Increase jitter to fix transient failure in 
NetworkClientTest.testConnectionDelayDisconnected




---