You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (Reopened) (JIRA)" <de...@uima.apache.org> on 2011/12/16 22:14:31 UTC

[jira] [Reopened] (UIMA-2308) UIMA CasCreationUtils throws NPE when multiple threads in UIMA AS call defineCasPool

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

Marshall Schor reopened UIMA-2308:
----------------------------------

      Assignee: Marshall Schor  (was: Jerry Cwiklik)

inspection shows one not-thread-safe global that needs synch protection in Resource Manager impl
                
> UIMA CasCreationUtils throws NPE when multiple threads in UIMA AS call defineCasPool
> ------------------------------------------------------------------------------------
>
>                 Key: UIMA-2308
>                 URL: https://issues.apache.org/jira/browse/UIMA-2308
>             Project: UIMA
>          Issue Type: Bug
>            Reporter: Jerry Cwiklik
>            Assignee: Marshall Schor
>             Fix For: 2.4.0AS
>
>
> UIMA CasCreationUtils throws NPE from setupTypePriorities() when UIMA AS scales AEs in multiple threads. The NPE is due to thread safety issue in UIMA caused by lazy initialization of CAS pools. Seems to be triggered when large type system is used. Synchronize UIMA AS org.apache.uima.aae.EECasManager_impl.defineCasPool() to make sure only one thread at a time executes the code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira