This repository was archived by the owner on Dec 3, 2019. It is now read-only.
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
Open
Description
The connection pool performs block operations to acquire and test connections using the connection factory [1] [2] [3] [4]. This characteristic makes the pool really sensible to database issues, like high latency or connection errors.
The workaround for me was:
- Reduce the timeout for connection acquire and test by configuration (PR Connection factory timeouts #90)
- Use a partitioned connection pool (PR partitioned db pool #88)
I think that an ideal solution should be avoid having blocking operations inside connection pools.
[1]
[2]
[3]
[4]
Metadata
Metadata
Assignees
Labels
No labels