-
Bug
-
Resolution: Done
-
Minor
-
None
-
1.4.10
-
None
-
- When prefill is used in combination with allow-multiple-users in the pool configuration then this configuration silently ignored Pool prefill setting and do not initialize the min-pool size.
-
User Experience
-
Undefined
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).
- is cloned by
-
JBEAP-21832 [GSS](7.4.z) JBJCA-1423 - Pool prefill setting silently ignored for multi-user pool configurations
- Closed
- is incorporated by
-
JBEAP-21563 [GSS](7.3.z) JBJCA-1423 - Pool prefill setting silently ignored for multi-user pool configurations
- Closed