-
Bug
-
Resolution: Done
-
Major
-
None
-
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.
- is cloned by
-
JBEAP-21012 [GSS](7.3.z) JBJCA-1422 - MaxWaitCount will be counted one less than waiting requests
- Closed
- is incorporated by
-
JBEAP-21313 [GSS](7.4.z) Upgrade Ironjacamar from 1.4.30.Final-redhat-00001 to 1.4.35.Final-redhat-00001
- Closed