Closed
Description
There is some bug with connection pool.
To reproduce it - you need connect to postgresql, start request and kill db process by kill -9
. Client will not be free on any time. So, all client from client-pull was connected, you will newer be able to do something with db without restarting of you application.
There are 3 PRs that can fix this behavior:
- Fix of pool leaking #913
- Fix of pool leaking by TCP-keepalive #918
- Support TCP keepalives similarly to libpq #928
But no any reaction on these PRs. Did you saw them?
Metadata
Metadata
Assignees
Labels
No labels