You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2009/03/06 21:23:56 UTC

[jira] Issue Comment Edited: (UIMA-1296) UIMA AS Service Not Processing Stop Request

    [ https://issues.apache.org/jira/browse/UIMA-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679709#action_12679709 ] 

schor edited comment on UIMA-1296 at 3/6/09 12:22 PM:
---------------------------------------------------------------

OK, based on this, I'll back out the last change to dd2spring that set the messageSelector to the value = "Command=2001 OR Command=2006", and put it back to just Command=2001, like it used to be.

      was (Author: schor):
    OK, based on this, I'll back out the last change to dd2spring that set the messageSelector to the value = "Command=2001 OR Command=2006", and put it back to just Command=2001, like it use to be.
  
> 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
>
> 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.