You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Stephan Ewen (JIRA)" <ji...@apache.org> on 2016/04/13 11:19:25 UTC

[jira] [Commented] (FLINK-3744) LocalFlinkMiniClusterITCase times out occasionally when building locally

    [ https://issues.apache.org/jira/browse/FLINK-3744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15238924#comment-15238924 ] 

Stephan Ewen commented on FLINK-3744:
-------------------------------------

That probably has a root cause, like one of the taskmanagers not being able to start properly (port conflict, or so)

Can you take a look at the logs for that test, see if you find something interesting?

If it happened on Travis, [~uce] can give you a pointer how to enable log upload from Travis to your S3 account, so you get full logs on failed builds.

> LocalFlinkMiniClusterITCase times out occasionally when building locally
> ------------------------------------------------------------------------
>
>                 Key: FLINK-3744
>                 URL: https://issues.apache.org/jira/browse/FLINK-3744
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Todd Lisonbee
>            Priority: Trivial
>              Labels: build, flaky-test
>
> When building locally LocalFlinkMiniClusterITCase.testLocalFlinkMiniClusterWithMultipleTaskManagers timedout.  
> Out of many local builds this has only happened to me once.  This test immediately passed when I ran `mvn verify` a second time.
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 23.139 sec <<< FAILURE! - in org.apache.flink.test.runtime.minicluster.LocalFlinkMiniClusterITCase
> testLocalFlinkMiniClusterWithMultipleTaskManagers(org.apache.flink.test.runtime.minicluster.LocalFlinkMiniClusterITCase)  Time elapsed: 23.087 sec  <<< ERROR!
> java.util.concurrent.TimeoutException: Futures timed out after [10000 milliseconds]
> 	at scala.concurrent.impl.Promise$DefaultPromise.ready(Promise.scala:219)
> 	at scala.concurrent.impl.Promise$DefaultPromise.ready(Promise.scala:153)
> 	at scala.concurrent.Await$$anonfun$ready$1.apply(package.scala:86)
> 	at scala.concurrent.Await$$anonfun$ready$1.apply(package.scala:86)
> 	at scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:53)
> 	at scala.concurrent.Await$.ready(package.scala:86)
> 	at org.apache.flink.runtime.minicluster.FlinkMiniCluster.waitForTaskManagersToBeRegistered(FlinkMiniCluster.scala:455)
> 	at org.apache.flink.runtime.minicluster.FlinkMiniCluster.waitForTaskManagersToBeRegistered(FlinkMiniCluster.scala:439)
> 	at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:330)
> 	at org.apache.flink.runtime.minicluster.FlinkMiniCluster.start(FlinkMiniCluster.scala:269)
> 	at org.apache.flink.test.runtime.minicluster.LocalFlinkMiniClusterITCase.testLocalFlinkMiniClusterWithMultipleTaskManagers(LocalFlinkMiniClusterITCase.java:73)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)