You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Nico Kruber (JIRA)" <ji...@apache.org> on 2017/08/07 11:40:00 UTC

[jira] [Updated] (FLINK-5411) LocalStreamEnvironmentITCase#testRunIsolatedJob failed on travis

     [ https://issues.apache.org/jira/browse/FLINK-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nico Kruber updated FLINK-5411:
-------------------------------
    Labels: test-stability  (was: )

> LocalStreamEnvironmentITCase#testRunIsolatedJob failed on travis
> ----------------------------------------------------------------
>
>                 Key: FLINK-5411
>                 URL: https://issues.apache.org/jira/browse/FLINK-5411
>             Project: Flink
>          Issue Type: Bug
>          Components: ResourceManager, Tests
>    Affects Versions: 1.3.0
>            Reporter: Chesnay Schepler
>              Labels: test-stability
>
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/189148248/log.txt
> Running org.apache.flink.streaming.api.environment.LocalStreamEnvironmentITCase
> Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.011 sec <<< FAILURE! - in org.apache.flink.streaming.api.environment.LocalStreamEnvironmentITCase
> testRunIsolatedJob(org.apache.flink.streaming.api.environment.LocalStreamEnvironmentITCase)  Time elapsed: 1.604 sec  <<< ERROR!
> java.util.ConcurrentModificationException: null
> 	at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429)
> 	at java.util.HashMap$ValueIterator.next(HashMap.java:1458)
> 	at org.apache.flink.runtime.resourcemanager.JobLeaderIdService.clear(JobLeaderIdService.java:114)
> 	at org.apache.flink.runtime.resourcemanager.JobLeaderIdService.stop(JobLeaderIdService.java:92)
> 	at org.apache.flink.runtime.resourcemanager.ResourceManager.shutDown(ResourceManager.java:182)
> 	at org.apache.flink.runtime.resourcemanager.ResourceManagerRunner.shutDownInternally(ResourceManagerRunner.java:83)
> 	at org.apache.flink.runtime.resourcemanager.ResourceManagerRunner.shutDown(ResourceManagerRunner.java:78)
> 	at org.apache.flink.runtime.minicluster.MiniCluster.shutdownInternally(MiniCluster.java:313)
> 	at org.apache.flink.runtime.minicluster.MiniCluster.shutdown(MiniCluster.java:281)
> 	at org.apache.flink.streaming.api.environment.Flip6LocalStreamEnvironment.execute(Flip6LocalStreamEnvironment.java:124)
> 	at org.apache.flink.streaming.api.environment.StreamExecutionEnvironment.execute(StreamExecutionEnvironment.java:1486)
> 	at org.apache.flink.streaming.api.environment.LocalStreamEnvironmentITCase.testRunIsolatedJob(LocalStreamEnvironmentITCase.java:41)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)