Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5, 1.5.1, 1.5.2, 1.5.3, 1.5.4, 1.5.5
-
None
Description
When instances in the pool fail validation with high frequency, maxTotal is less than maxActive times the number of keys, and destroy has latency, the maxActive contract can be violated (i.e., the number of instances created under a given key minus the number destroyed can exceed maxActive).
Attaching a test case that fails against POOL_1_X