[
https://issues.apache.org/jira/browse/FLINK-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415071#comment-16415071
]
ASF GitHub Bot commented on FLINK-5411:
---------------------------------------
Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/5757
Thanks for the review @zentol. Merging this PR.
> 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
> Assignee: Till Rohrmann
> Priority: Blocker
> Labels: test-stability
> Fix For: 1.5.0
>
>
> 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
(v7.6.3#76005)