-
Bug
-
Resolution: Done
-
Major
-
7.3.5.GA
-
None
-
False
-
False
-
-
-
-
-
-
+
-
Undefined
-
-
'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.
- clones
-
JBEAP-21295 [GSS](7.4.z) JBJCA-1422 -MaxWaitCount will be counted one less than waiting requests
- Closed
- incorporates
-
JBJCA-1422 [GSS](7.3.z) MaxWaitCount will be counted one less than waiting requests
- Resolved
-
WFLY-14691 [GSS](7.3.z) MaxWaitCount will be counted one less than waiting requests
- Closed
- is incorporated by
-
JBEAP-21406 [GSS](7.3.z) Upgrade Ironjacamar from 1.4.30.Final-redhat-00001 to 1.4.33.Final-redhat-00001
- Closed