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

[GSS](7.4.z) JBJCA-1423 - Pool prefill setting silently ignored for multi-user pool configurations

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 7.4.1.CR1, 7.4.1.GA
    • 7.3.x
    • JCA
    • None

      When using the pool or XA-pool configuration below, the prefill thread does not run.

       <initial-pool-size>3</initial-pool-size>
       <min-pool-size>4</min-pool-size>
       <max-pool-size>5</max-pool-size>
       <prefill>true</prefill>
       <allow-multiple-users>true</allow-multiple-users>
      

      This may be because it doesn't make sense to try to pre-fill a multi-user pool when the user(s) will be unknown until DataSource.getConnection(user, password) is executed.

      There is no warning or error logged (prefill is simply ignored).

            spyrkob Bartosz Spyrko-Smietanko
            spyrkob Bartosz Spyrko-Smietanko
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: