[
https://issues.apache.org/jira/browse/FLINK-2599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ufuk Celebi resolved FLINK-2599.
--------------------------------
Resolution: Cannot Reproduce
Fixed the NPE via ac9a911. The NPE is a follow up issue.
The main problem of Akka not starting up in the expected time is not
reproducible and a general test hick up. I don't think that there is anything
we can do about this for this specific test case. That's why I'm closing it.
If you like, you can open a general test instability issue where we track this
start up timeouts and discuss whether we can do something about it.
> Failing Test: SlotCountExceedingParallelismTest
> -----------------------------------------------
>
> Key: FLINK-2599
> URL: https://issues.apache.org/jira/browse/FLINK-2599
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Reporter: Matthias J. Sax
> Priority: Critical
> Labels: test-stability
>
> {noformat}
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 200.355 sec
> <<< FAILURE! - in
> org.apache.flink.runtime.jobmanager.SlotCountExceedingParallelismTest
> org.apache.flink.runtime.jobmanager.SlotCountExceedingParallelismTest Time
> elapsed: 200.355 sec <<< ERROR!
> java.util.concurrent.TimeoutException: Futures timed out after [200000
> 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:95)
> at scala.concurrent.Await$$anonfun$ready$1.apply(package.scala:95)
> at
> scala.concurrent.BlockContext$DefaultBlockContext$.blockOn(BlockContext.scala:53)
> at scala.concurrent.Await$.ready(package.scala:95)
> at
> org.apache.flink.runtime.minicluster.FlinkMiniCluster.waitForTaskManagersToBeRegistered(FlinkMiniCluster.scala:237)
> at
> org.apache.flink.runtime.minicluster.FlinkMiniCluster.<init>(FlinkMiniCluster.scala:95)
> at
> org.apache.flink.runtime.testingUtils.TestingCluster.<init>(TestingCluster.scala:43)
> at
> org.apache.flink.runtime.testingUtils.TestingCluster.<init>(TestingCluster.scala:51)
> at
> org.apache.flink.runtime.testingUtils.TestingCluster.<init>(TestingCluster.scala:56)
> at
> org.apache.flink.runtime.testingUtils.TestingUtils$.startTestingCluster(TestingUtils.scala:65)
> at
> org.apache.flink.runtime.testingUtils.TestingUtils.startTestingCluster(TestingUtils.scala)
> at
> org.apache.flink.runtime.jobmanager.SlotCountExceedingParallelismTest.setUp(SlotCountExceedingParallelismTest.java:49)
> org.apache.flink.runtime.jobmanager.SlotCountExceedingParallelismTest Time
> elapsed: 200.355 sec <<< ERROR!
> java.lang.NullPointerException: null
> at
> org.apache.flink.runtime.jobmanager.SlotCountExceedingParallelismTest.tearDown(SlotCountExceedingParallelismTest.java:57)
> {noformat}
> https://travis-ci.org/apache/flink/jobs/77887433
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)