You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Jacques Nadeau (JIRA)" <ji...@apache.org> on 2015/02/12 02:56:11 UTC

[jira] [Commented] (DRILL-2219) Concurrent modification exception in TopLevelAllocator if a child allocator is added during loop in close()

    [ https://issues.apache.org/jira/browse/DRILL-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14317404#comment-14317404 ] 

Jacques Nadeau commented on DRILL-2219:
---------------------------------------

Just change the IdentityHashMap declaration to be Collections.synchronizedMap(new IdentityHashMap<ChildAllocator, StackTraceElement[]>())

> Concurrent modification exception in TopLevelAllocator if a child allocator is added during loop in close()
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: DRILL-2219
>                 URL: https://issues.apache.org/jira/browse/DRILL-2219
>             Project: Apache Drill
>          Issue Type: Bug
>            Reporter: Jason Altekruse
>            Assignee: Jason Altekruse
>            Priority: Critical
>         Attachments: DRILL-2219.patch
>
>




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