Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-14434

[GSS](7.1.z) JBJCA-1370: Disable PoolConfiguration.isPrefill when initialSize is 0

    XMLWordPrintable

Details

    • Release Notes
    • CR1
    • Hide

      The configuration below (or the XA datasource equivalent) can be used to observe the issue (i.e. 5 connections will be opened, given the below, when the idle remover thread runs even if the pool is/has never been used).

                          <pool>
                              <min-pool-size>5</min-pool-size>
                              <prefill>false</prefill>
                              <use-strict-min>false</use-strict-min>
                              ...
                          </pool>
                          ...
                          <timeout>
                              <idle-timeout-minutes>1</idle-timeout-minutes>
                              ...
                          </timeout>
      
      Show
      The configuration below (or the XA datasource equivalent) can be used to observe the issue (i.e. 5 connections will be opened, given the below, when the idle remover thread runs even if the pool is/has never been used). <pool> <min-pool-size>5</min-pool-size> <prefill> false </prefill> <use-strict-min> false </use-strict-min> ... </pool> ... <timeout> <idle-timeout-minutes>1</idle-timeout-minutes> ... </timeout>
    • EAP 7.1.3

    Description

      When the idle remover thread runs for a datasource pool, prefill is triggered even if prefill is set to false and if the pool has never been used.

      Attachments

        Issue Links

          Activity

            People

              yborgess1@redhat.com Yeray Borges Santana
              rhn-support-sfikes Stephen Fikes (Inactive)
              Jiří Bílek Jiří Bílek (Inactive)
              Jiří Bílek Jiří Bílek (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: