[
https://issues.apache.org/jira/browse/FLINK-5037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15650556#comment-15650556
]
ASF GitHub Bot commented on FLINK-5037:
---------------------------------------
GitHub user StefanRRichter opened a pull request:
https://github.com/apache/flink/pull/2777
[FLINK-5037] Fixed instability in AbstractUdfStreamOperatorLifecycleTest
This PR fixes a small test instability in
AbstractUdfStreamOperatorLifecycleTest.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/StefanRRichter/flink
FLINK-5037-lifecycletest-fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/2777.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 #2777
----
commit 71ace443f4c3f2818284e970f602c1a191526925
Author: Stefan Richter <[email protected]>
Date: 2016-11-09T10:19:30Z
[FLINK-5037] Fixed instability in AbstractUdfStreamOperatorLifecycleTest
----
> Instability in AbstractUdfStreamOperatorLifecycleTest
> -----------------------------------------------------
>
> Key: FLINK-5037
> URL: https://issues.apache.org/jira/browse/FLINK-5037
> Project: Flink
> Issue Type: Bug
> Components: Streaming
> Reporter: Aljoscha Krettek
> Assignee: Stefan Richter
>
> I saw this failure:
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/174340963/log.txt
> I suspect it has to do with the {{Thread.sleep()}} in Line 237. I think it
> can be replaced by {{runStarted.await()}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)