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/08/31 22:11:32 UTC

[jira] Resolved: (UIMA-1359) Strange warning message when deploying an Aggregate CM

     [ https://issues.apache.org/jira/browse/UIMA-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marshall Schor resolved UIMA-1359.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.3S)
                   2.3AS

Also lifted restriction in dd2spring limiting remote cas multiplers to 1 per aggregate, after hearing from Jerry C that this was no longer a restriction.

> Strange warning message when deploying an Aggregate CM
> ------------------------------------------------------
>
>                 Key: UIMA-1359
>                 URL: https://issues.apache.org/jira/browse/UIMA-1359
>             Project: UIMA
>          Issue Type: Bug
>          Components: Async Scaleout
>            Reporter: Burn Lewis
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.3AS
>
>
> What's the correct syntax when deploying an aggregate CM?
> When running testClientWithAggregateMultiplier we get the warning:
>       *** WARN: line-number: 36 deployment descriptor for analysisEngine: TopLevelTaeQueue is for a top-level CAS Multiplier (or Collection Reader wrapped as a CAS Multiplier). 
>  However, the &lt;casMultiplier&gt; element is missing. 
>  Defaulting to a poolSize of 1, initialFsHeapSize of 2,000,000
> but when I add the casMultiplier element it decides to ignore it!
>       *** WARNING: line-number: 36 casMultiplier settings for poolSize ( poolSize="55") and initialFsHeapSize ( ) 
>  will be ignored for the analysisEngine with key= TopLevelTaeQueue 
>  because the pool specs are set using the contained delegate cas multiplier specification.
> The change I made was:
> Index: uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateMultiplier.xml
> ===================================================================
> --- uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateMultiplier.xml	(revision 779293)
> +++ uimaj-as-activemq/src/test/resources/deployment/Deploy_AggregateMultiplier.xml	(working copy)
> @@ -34,6 +34,7 @@
>          <import location="../descriptors/analysis_engine/SimpleTestAggregateCasMultiplier.xml"/>
>        </topDescriptor>
>        <analysisEngine>
> +            	        <casMultiplier poolSize="55"/> 
>          <delegates>
>  
>            <remoteAnalysisEngine key="TestMultiplier">

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.