Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ConcurrentModificationException in BEJM.queryJobStatesUsingCache #146

Open
askask opened this issue Dec 20, 2019 · 0 comments
Open

ConcurrentModificationException in BEJM.queryJobStatesUsingCache #146

askask opened this issue Dec 20, 2019 · 0 comments
Labels

Comments

@askask
Copy link
Contributor

askask commented Dec 20, 2019

A ConcurrentModificationException is thrown when using queryJobStatesUsingCache, caused by accessing cachedStates :

java.util.ConcurrentModificationException: null
    at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:719)
    at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:752)
    at java.util.LinkedHashMap$LinkedEntryIterator.next(LinkedHashMap.java:750)
    at java.util.HashMap.putMapEntries(HashMap.java:512)
    at java.util.HashMap.<init>(HashMap.java:490)
    at de.dkfz.roddy.execution.jobs.BatchEuphoriaJobManager.queryJobStatesUsingCache(BatchEuphoriaJobManager.groovy:414)
    at de.dkfz.roddy.execution.jobs.BatchEuphoriaJobManager.queryJobStatusAll(BatchEuphoriaJobManager.groovy:205)
    at de.dkfz.roddy.execution.jobs.BatchEuphoriaJobManager.queryJobStatusAll(BatchEuphoriaJobManager.groovy)
    at de.dkfz.tbi.otp.job.processing.ClusterJobSchedulerService$_queryAndLogAllClusterJobs_closure3.doCall(ClusterJobSchedulerService.groovy:210)
    at de.dkfz.tbi.otp.job.processing.ClusterJobSchedulerService$_queryAndLogAllClusterJobs_closure3.doCall(ClusterJobSchedulerService.groovy)
…
@vinjana vinjana added the bug label Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants