Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Uima-as client process() method is broken. When user's CR returns false from hasNext(), the code immediately calls collectionProcessComplete() even though there might be CASes still in-flight being processed. The code must wait until there are no outstanding (pending reply) CASes and only then call collectionProcessComplete().