You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
…
The text was updated successfully, but these errors were encountered:
A
ConcurrentModificationException
is thrown when usingqueryJobStatesUsingCache
, caused by accessingcachedStates
:The text was updated successfully, but these errors were encountered: