Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[POOL-418] The maximum wait time for GenericObjectPool.borrowObject(*)
may exceed expectations due to a spurious thread wakeup - Revisit this issue with 2 changes - The remaining duration was incorrectly calculated and the method did not end up waiting long enough - Recompute the remaining duration an additional time when we block when exhausted
- Loading branch information