-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 1.7
-
Component/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently the driver is not strict about honoring the above 2 values. The connection pool maintainer removes 1 expired connection (lifetime or idle time) per maintenance run. Hence users can acquire connections from the connection pool which are either past their max idle time or max life time.
When acquiring connections from the pool, only connections which are not past their max idle or life time should be given. Connections that are past their max idle or life time should be closed