GitHub user rajinisivaram opened a pull request:
https://github.com/apache/kafka/pull/3823
MINOR: Fix transient failure in
SelectorTest.testCloseConnectionInClosingState
`SelectorTest.testCloseConnectionInClosingState` creates a channel with
some staging receives and moves time forward to expire the channel. To ensure
that the channel will be expired on the next poll, the channel must be muted to
avoid expiry time being updated if more data is available for read.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rajinisivaram/kafka
MINOR-SelectorTest-closingChannel
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3823.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 #3823
----
commit 9f35f260f4fe12e0e9254363386732c19c06bb4c
Author: Rajini Sivaram <[email protected]>
Date: 2017-09-10T17:27:32Z
MINOR: Fix transient failure in SelectorTest
----
---