Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
1.0.0-M27
-
None
Description
What happens is that when a lot of threads are requesting connections from the pool, and if the number of idle connections get above the max idle connections configure for the pool, then some connections will be mandatory closed by the pool, and may remain in a transient state for a bit of time, and be allocated to a thread.
This is due to the fact we don't wait for the complete closure of a connection when we do a session.close(), which returns a CloseFuture.