dd2spring uses incorrect default value for casPoolSize
------------------------------------------------------
Key: UIMA-851
URL: https://issues.apache.org/jira/browse/UIMA-851
Project: UIMA
Issue Type: Bug
Components: Async Scaleout
Reporter: Eddie Epstein
Fix For: 2.2.2S
The <casPool> element for a service is optional, allowing the user to tune the
number of CASes available to the service, and the initial CAS size. However,
when left out dd2spring sets a default size=1. This value is incorrect when the
number of instances of the primitive UIMA annotator instantiated by the service
is greater than one.
The default CAS pool size for a primitive AS service should be the same as
scaleout numberOfInstances.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.