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

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

    XMLWordPrintable

Details

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

    Description

      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).

      Attachments

        Issue Links

          Activity

            People

              spyrkob Bartosz Spyrko-Smietanko
              chikumar@redhat.com Chintu Kumar
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: