You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/10/17 10:39:00 UTC

[jira] [Created] (FLINK-10580) EventTimeWindowCheckpointingITCase fails on travis

Chesnay Schepler created FLINK-10580:
----------------------------------------

             Summary: EventTimeWindowCheckpointingITCase fails on travis
                 Key: FLINK-10580
                 URL: https://issues.apache.org/jira/browse/FLINK-10580
             Project: Flink
          Issue Type: Bug
          Components: Metrics, State Backends, Checkpointing, Streaming, Tests
    Affects Versions: 1.7.0
            Reporter: Chesnay Schepler
             Fix For: 1.7.0


https://travis-ci.org/apache/flink/jobs/442580164
{code:java}
Tests run: 42, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 385.268 sec <<< FAILURE! - in org.apache.flink.test.checkpointing.EventTimeWindowCheckpointingITCase
testTumblingTimeWindowWithKVStateMinMaxParallelism[statebackend type =MEM_ASYNC](org.apache.flink.test.checkpointing.EventTimeWindowCheckpointingITCase)  Time elapsed: 0.093 sec  <<< ERROR!
java.net.BindException: Could not start actor system on any port in port range 0
	at org.apache.flink.runtime.clusterframework.BootstrapTools.startActorSystem(BootstrapTools.java:193)
	at org.apache.flink.runtime.metrics.util.MetricUtils.startMetricsActorSystem(MetricUtils.java:126)
	at org.apache.flink.runtime.minicluster.MiniCluster.start(MiniCluster.java:260)
	at org.apache.flink.test.util.MiniClusterResource.startMiniCluster(MiniClusterResource.java:168)
	at org.apache.flink.test.util.MiniClusterResource.before(MiniClusterResource.java:96)
	at org.apache.flink.test.checkpointing.EventTimeWindowCheckpointingITCase.setupTestCluster(EventTimeWindowCheckpointingITCase.java:227)
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)