You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Jerry Cwiklik (JIRA)" <ui...@incubator.apache.org> on 2009/07/22 19:43:14 UTC

[jira] Closed: (UIMA-1449) Fix ConcurrentModificationException in the Delegate object

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

Jerry Cwiklik closed UIMA-1449.
-------------------------------

    Resolution: Fixed

Fixed the Delegate code to synchronize access to internal lists. 

> Fix ConcurrentModificationException in the Delegate object
> ----------------------------------------------------------
>
>                 Key: UIMA-1449
>                 URL: https://issues.apache.org/jira/browse/UIMA-1449
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Jerry Cwiklik
>
> Delegate object throws ConcurrentModificationException while accessing its lists. It looks like one thread is changing a list while another is changing it. Synchronize access to the list to make sure only one thread operates on it at any given time.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.