GitHub user kl0u opened a pull request:
https://github.com/apache/flink/pull/5038
[FLINK-7880][FLINK-7975][FLINK-7974][QS] QS test instability fix.
This is a follow-up on https://github.com/apache/flink/pull/4993.
It contains one additional commit that makes the QS ITcases to wait for
proper clean-up before exiting.
R: @aljoscha @zentol
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kl0u/flink qs-shutdown-fin-fin
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5038.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 #5038
----
commit 15c39807f560f6ee4f34e4ad1ba245b66dd10b09
Author: kkloudas <[email protected]>
Date: 2017-11-09T18:21:43Z
[FLINK-7975][QS] Wait for QS client to shutdown.
commit 689502e70cced18a9cb5b2b6435ff500b7bf70dd
Author: kkloudas <[email protected]>
Date: 2017-11-09T18:30:29Z
[FLINK-7974][QS] Wait for QS abstract server to shutdown.
commit 5c0e3fc82a88768caa750367fbf02e24848b3b53
Author: kkloudas <[email protected]>
Date: 2017-11-20T13:28:24Z
[FLINK-7880][QS] Wait for proper resource cleanup after each ITCase.
----
---