[GitHub] kafka pull request #4287: KAFKA-6118: Fix transient failure testTwoConsumers...

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

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


---


[GitHub] kafka pull request #4287: KAFKA-6118: Fix transient failure testTwoConsumers...

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

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

KAFKA-6118: Fix transient failure 
testTwoConsumersWithDifferentSaslCredentials

It's rare, but it can happen that the initial FindCoordinator request 
returns before the first Metadata request. Both authorization errors are fine 
for this test case.

### 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-6118

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

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


commit 334cd1d9150351f38c736efc0ae364bd9698e8c5
Author: Jason Gustafson 
Date:   2017-12-02T06:03:16Z

KAFKA-6118: Fix transient failure 
testTwoConsumersWithDifferentSaslCredentials




---