Calls to ConnectionHandler.closeConnection() may not actually close
the connection
----------------------------------------------------------------------------------
Key: AG-88
URL:
https://issues.jboss.org/browse/AG-88
Project: Agroal
Issue Type: Bug
Components: pool
Affects Versions: 1.0
Reporter: Luis Barreiro
Assignee: Luis Barreiro
Fix For: 1.1
In cases the state is not FLUSH, the handler throws an exception and doesn't
effectively closes the connection. This can lead to leaks.
It should also be of interest to investigate what causes the calls in invalid state as
well.