[jboss-jira] [JBoss JIRA] Updated: (JBJCA-543) Prefill support not working correctly
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Wed Apr 6 11:25:33 EDT 2011
[ https://issues.jboss.org/browse/JBJCA-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jesper Pedersen updated JBJCA-543:
----------------------------------
Summary: Prefill support not working correctly (was: Data source connection pool size not correct.)
> Prefill support not working correctly
> -------------------------------------
>
> Key: JBJCA-543
> URL: https://issues.jboss.org/browse/JBJCA-543
> Project: IronJacamar
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.0.0.Beta5
> Reporter: Andrig Miller
> Assignee: Jesper Pedersen
> Fix For: 1.0.0.Beta6
>
>
> The minimum pool size does not match the min-pool-size parameter in the standalone.xml file for my data source. I am setting a min-pool-size of 100, with a max-pool-size of 150, but I actually get 200 connections in the pool. In fact, the actual pool size always seems to be double whatever I set the min-pool-size to. I also have the max-pool-size and prefill parameters set, and it looks as follows:
> <pool>
> <min-pool-size>
> 100
> </min-pool-size>
> <max-pool-size>
> 150
> </max-pool-size>
> <prefill>
> true
> </prefill>
> <use-strict-min>
> true
> </use-strict-min>
> </pool>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list