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)" <de...@uima.apache.org> on 2015/01/06 17:08:35 UTC

[jira] [Resolved] (UIMA-4160) improve serialization warning for multiple-refs

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

Marshall Schor resolved UIMA-4160.
----------------------------------
    Resolution: Fixed

> improve serialization warning for multiple-refs
> -----------------------------------------------
>
>                 Key: UIMA-4160
>                 URL: https://issues.apache.org/jira/browse/UIMA-4160
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>            Reporter: Marshall Schor
>             Fix For: 2.7.0SDK
>
>
> The 2.7.0 common serialization code has new checking to see if something being serialized in the xmi special format for arrays and lists is declared not-multiply-referenced (and therefore can be serialized as an XMI special list), but actually has multiple references (and therefore should not be serialized as an XMI special list). The message says what the system will do - it will serialize them as if they were multiple separate items.  Unfortunately, for large CASes, this message could occur very frequently, for essentially the same error, thus overflowing disk allocations, etc.  Figure out a way to give the message without "flooding" the output.



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