Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.6.0
-
None
-
None
Description
When more threads then the size of the client pool try to get a client in parallel this either results in a deadlock (just try to run the provided test without the fixes) or the ElasticPool's internal queue overflows when one client too much is returned to the pool (with only the fix in the AbstractClientProvider).