[jboss-jira] [JBoss JIRA] Commented: (JBAS-9255) Data source connection pool size not correct.

Andrig Miller (JIRA) jira-events at lists.jboss.org
Wed Apr 6 11:05:33 EDT 2011


    [ https://issues.jboss.org/browse/JBAS-9255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12594051#comment-12594051 ] 

Andrig Miller commented on JBAS-9255:
-------------------------------------

Without the prefill, it actually has 100 in the pool after startup, as you would expect.

> Data source connection pool size not correct.
> ---------------------------------------------
>
>                 Key: JBAS-9255
>                 URL: https://issues.jboss.org/browse/JBAS-9255
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JCA service
>    Affects Versions: 7.0.0.Beta2
>            Reporter: Andrig Miller
>            Assignee: Jesper Pedersen
>             Fix For: 7.0.0.Beta3
>
>
> 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