You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Murtadha Hubail (JIRA)" <ji...@apache.org> on 2016/06/29 12:31:24 UTC

[jira] [Resolved] (ASTERIXDB-1497) ConcurrentModificationException in hyracks DefaultDeallocatableRegistry

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

Murtadha Hubail resolved ASTERIXDB-1497.
----------------------------------------
    Resolution: Fixed

Fixed in commit ccdd80b0c10911972b8175ad907374a1133dc1ef.

While the merged fix prevents this issue from happening, I believe that this area requires further investigation to understand why a deallocable resource was added while the Joblet was being closed.

> ConcurrentModificationException in hyracks DefaultDeallocatableRegistry
> -----------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1497
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1497
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: Storage
>            Reporter: Yingyi Bu
>            Assignee: Murtadha Hubail
>
> {noformat}
> java.util.ConcurrentModificationException
>         at java.util.Vector$Itr.checkForComodification(Vector.java:1184)
>         at java.util.Vector$Itr.next(Vector.java:1137)
>         at org.apache.hyracks.control.nc.resources.DefaultDeallocatableRegistry.close(DefaultDeallocatableRegistry.java:40)
>         at org.apache.hyracks.control.nc.Joblet$1.run(Joblet.java:224)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> Jun 22, 2016 6:41:25 PM org.apache.hyracks.api.lifecycle.LifeCycleComponentManager stopAll
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)