BaseUIMAAsynchronousEngine_impl.getCAS() should queue requests
--------------------------------------------------------------
Key: UIMA-1173
URL: https://issues.apache.org/jira/browse/UIMA-1173
Project: UIMA
Issue Type: Improvement
Components: Async Scaleout
Reporter: Eddie Epstein
BaseUIMAAsynchronousEngine_impl.getCAS() blocks until a CAS is available.
If multiple threads are blocked, which one gets the next CAS is
nondeterministic.
In order to guarantee quality of service it is important to return CASes in the
order
they were requested.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.