Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The cas complete deserialization done by a test case in UIMA V3 had a strange failure caused by some caching that wasn't cleared (and was holding on to previously created 0-length primitive arrays shared by the JCas).
Check all the CAS deserialization paths to insure that non-delta ones do a cas reset - to clear out possibly cached things. And check if extra reset is needed when (re)installing type system, indexes, etc. - some is done in v3, not sure about v2..
Attachments
Issue Links
- is related to
-
UIMA-5543 uv3: cas binary deserialization may miss resetting CAS first
- Resolved