Jerry Cwiklik created UIMA-2423:
-----------------------------------
Summary: UIMA AS Client doesnt work correctly when running with
user specified Collection Reader
Key: UIMA-2423
URL: https://issues.apache.org/jira/browse/UIMA-2423
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Reporter: Jerry Cwiklik
Fix For: 2.4.0AS
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().
--
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