-
Bug
-
Resolution: Done
-
Major
-
1.4.20.Final
-
None
The number of idle connections should not drop below coreCachedConnections.
Steps to reproduce:
- Set ProxyConnectionPool configuration
maxConnections = 16
maxCachedConnections = 4
coreCachedConnections = 2
timeToLive = 10000 - Run load test with 4 concurrent connections
- 4 connections should be established
- Wait for 11 seconds
- 2 connections should still be established
Result: only 1 connection is still established. This is incorrect, 2 connections should still be established.