Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-543

Prefill support not working correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 1.0.0.Beta6
    • 1.0.0.Beta5
    • Core
    • None

    Description

      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>

      Attachments

        Activity

          People

            jpederse@redhat.com Jesper Pedersen
            rhn-engineering-anmiller Andrig Miller (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: