[
https://issues.redhat.com/browse/AG-154?page=com.atlassian.jira.plugin.sy...
]
Luis Barreiro commented on AG-154:
----------------------------------
Hi [~wojciechkopciewicz]. Thanks for the report.
Do you have any evidence of connection leak? If that warning is accurate, connections are
being closed as they should.
I wouldn't be surprised if there is a race condition on shutdown and the pool closes
before the tx manager. That could explain the warnings you get.
Connection leak when DB connection closed during transaction
rollback
---------------------------------------------------------------------
Key: AG-154
URL:
https://issues.redhat.com/browse/AG-154
Project: Agroal
Issue Type: Bug
Components: narayana, pool
Affects Versions: 1.9
Reporter: Wojciech Kopciewicz
Assignee: Luis Barreiro
Priority: Major
We are using Quarkus 1.9.2 with Hibernate and Agroal to access PostgreSQL DB.
It looks like Agroal is leaking connections when connection is closed (somewhere) on the
server side during transaction rollback.
The following log was observed:
Error trying to transactionRollback local transaction: This connection has been closed.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)