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 (JIRA)" <ui...@incubator.apache.org> on 2010/01/07 17:03:58 UTC

[jira] Closed: (UIMA-1712) Finalize typesystem only when top level aggregate is ready

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

Marshall Schor closed UIMA-1712.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3AS

> Finalize typesystem only when top level aggregate is ready
> ----------------------------------------------------------
>
>                 Key: UIMA-1712
>                 URL: https://issues.apache.org/jira/browse/UIMA-1712
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Eddie Epstein
>            Assignee: Eddie Epstein
>             Fix For: 2.3AS
>
>
> a UIMA AS service will finalize its typesystem incorrectly if
>  1. it is an AS-async-aggregate containing a colocated delegate which is itself an async aggregate, AND
>  2. the colocated async aggregate finishes initialization before one of the other top level delegates, AND
>  3. the late top level delegate has new types or new type priorities.
> This can result in initialization errors if a type priority or AE initialization method references a missing 
> type or feature, or an exception later in process() doing the same.
> The bug is caused because the typesystem is finalized when *any* colocated async aggregate finishes
> initialization.

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