[
https://issues.redhat.com/browse/AG-154?page=com.atlassian.jira.plugin.sy...
]
Wojciech Kopciewicz commented on AG-154:
----------------------------------------
Hi [~lbarreiro]
We are actually not stopping the application - it is running all the time. It is the DB
that is being closed (e.g. for maintenance) during the transaction.
We are using 4 connections to the DB on each instance of the service - with 100 you will
probably need more time to reproduce this.
We are using Hibernate - EntityManager is injected.
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: Critical
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)