Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-4185

Transaction periodic recovery connection leak

XMLWordPrintable

    • ---
    • Red Hat build of Quarkus

      Every two minutes, the "periodic recovery" thread runs for each XA data source. It opens a connection to the database (Microsoft SQL Server), performs some queries, and then closes the connection.

      Over time, the difference between "Start create new connection for pool" and "Closing physical connection" log entries shows that database connections are left open, which is confirmed on the SQL Server end in the dm_exec_connections table.

            rhn-engineering-mmusgrov Michael Musgrove
            rhn-support-mmillson Michael Millson
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: