Jerry Cwiklik created UIMA-2750:
-----------------------------------
Summary: UIMA-AS doesnt support request to discard CASes
Key: UIMA-2750
URL: https://issues.apache.org/jira/browse/UIMA-2750
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Affects Versions: 2.4.0AS
Reporter: Jerry Cwiklik
Assignee: Jerry Cwiklik
Priority: Minor
Fix For: 2.4.1AS
Currently the UIMA-AS client can ask a remote service to stop processing an
outstanding CAS via API:
stopProducingCases()
stopProducingCases(String casReferenceId);
The above are only supported if the service is a Cas Multiplier. The
StopRequest comes into the service via a special queue which is only created
for a CM.
Modify the code to send StopRequest to a service via its main input queue and
to handle it by the same thread that handles GetMeta request.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira