]
Luis Barreiro resolved AG-143.
------------------------------
Resolution: Done
Add s flush mode to forcefully remove leaked connections
--------------------------------------------------------
Key: AG-143
URL:
https://issues.redhat.com/browse/AG-143
Project: Agroal
Issue Type: Bug
Components: api, pool
Affects Versions: 1.8
Reporter: Luis Barreiro
Assignee: Luis Barreiro
Priority: Major
Fix For: 1.9
When there is a notification of a leaking connection there is no way to remove that
connection from the pool. In the event of uncommon connection leaks, these will accumulate
over time, eventually blocking the pool. Using the existing mechanism for flush
operations, add a new mode to allow the removal of these connections.