anandnrn
anandnrn
> When the parameter MaxIdleTime is used, idle connections are properly closed after the given duration. However, it seems they are not properly evicted from the pool (or re-connection does...
The set-up is similar to the one given in the initial issue raised with minor modification as below and the DB being Oracle - NonBlockingConnectionPool pool = Pools.nonBlocking() .connectionProvider(connectionProvider(dbUrl, userName,...
Is there a way to check whether all the connections in the pool are exhausted after max idle time?