[jboss-jira] [JBoss JIRA] Moved: (JBJCA-543) Data source connection pool size not correct.

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Wed Apr 6 11:13:33 EDT 2011


     [ https://issues.jboss.org/browse/JBJCA-543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesper Pedersen moved JBAS-9255 to JBJCA-543:
---------------------------------------------

              Project: IronJacamar  (was: JBoss Application Server)
                  Key: JBJCA-543  (was: JBAS-9255)
    Affects Version/s: 1.0.0.Beta5
                           (was: 7.0.0.Beta2)
          Component/s: Core
                           (was: JCA service)
             Security:     (was: Public)
        Fix Version/s: 1.0.0.Beta6
                           (was: 7.0.0.Beta3)


> Data source connection pool size not correct.
> ---------------------------------------------
>
>                 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