[
https://issues.apache.org/jira/browse/UIMA-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerry Cwiklik updated UIMA-1296:
--------------------------------
Fix Version/s: 2.3AS
> UIMA AS Service Not Processing Stop Request
> -------------------------------------------
>
> Key: UIMA-1296
> URL: https://issues.apache.org/jira/browse/UIMA-1296
> Project: UIMA
> Issue Type: Bug
> Components: Async Scaleout
> Reporter: Jerry Cwiklik
> Assignee: Marshall Schor
> Fix For: 2.3AS
>
>
> Remote Uima AS Service is not processing STOP request from a client. These
> requests are send by a client to a remote Cas Multiplier to abort generation
> of child CAses from a given input CAS. This used to work, but I think got
> broken when we've added selectors. We use two selectors on the input queue:
> <property name="messageSelector" value="Command=2000 OR Command=2002"/>
> and
> <property name="messageSelector" value="Command=2001"/>
> The first selector accepts Process and CPC requests which are processed by
> one listener and the second selector is for GetMeta requests that are
> processed by a separate listener (thread).
> We need to process STOP requests by GetMeta listener. dd2Spring need to
> change to support addtional request type. Use the following selector on the
> GetMeta listener:
> <property name="messageSelector" value="Command=2001 OR Command=2006"/>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.