-
Bug
-
Resolution: Done
-
Major
-
23.0.0.Final
-
None
MaxWaitCount' as DataSource statistics [1] means that the maximum number of requests waiting for a connection at the same time.
But Actually that is one less than waiting thread counts.
The MaxWaitCount returns the value like the following examples.
- max-pool-size = 1, InUseCount = 1, waiting thread 1 -> MaxWaitCount = 0.
- max-pool-size = 1, InUseCount = 1, waiting thread 2 -> MaxWaitCount = 1.
- max-pool-size = 2, InUseCount = 2, waiting thread 1 -> MaxWaitCount = 0.
- max-pool-size = 2, InUseCount = 2, waiting thread 2 -> MaxWaitCount = 1.
- is incorporated by
-
JBEAP-21012 [GSS](7.3.z) JBJCA-1422 - MaxWaitCount will be counted one less than waiting requests
- Closed
-
WFLY-14811 Upgrade Ironjacamar from 1.4.30 to 1.4.33
- Closed