GitHub user uce opened a pull request:
https://github.com/apache/flink/pull/2738
[FLINK-4991] [taskmanager] Fix too aggressive timeout and improve logging
in TaskTest
The test failure was caused by a too aggressive cancellation timeout. If
the watch dog interrupts the task a little later due to some CI system hick up
the cancellation deadline passes and the test is stuck.
Waiting for Travis and then merging this.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/uce/flink 4991-fix_tasktest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2738.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 #2738
----
commit 69c6c9ab0c0cb87a6e711edec7a5b0d2b0a645c1
Author: Ufuk Celebi <[email protected]>
Date: 2016-11-02T09:24:54Z
[FLINK-4991] [taskmanager] Fix too aggressive timeout and improve logging
in TaskTest
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---