You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Clebert Suconic (Jira)" <ji...@apache.org> on 2023/02/14 16:16:00 UTC

[jira] [Assigned] (ARTEMIS-4161) AMQP and OpenWire have a few Leaks during open and close connections

     [ https://issues.apache.org/jira/browse/ARTEMIS-4161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Clebert Suconic reassigned ARTEMIS-4161:
----------------------------------------

    Fix Version/s: 2.29.0
         Assignee: Clebert Suconic
      Description: 
OpenWire and AMQP are leaking objects in the following scenarios:

AMQP:
- Open Transactions, open connections, close connections, commit, send

It appears these leaks are sustained as long as you keep closing and opening sessions.

OpenWire:
- The leak here is not as critical as in AMQP, but a short term leak was found while investigating the AMQP issue. (the AMQP connection would be released after a TTL Timeout).

  was:
We should add tests to validate and avoid memory leaks.

I have started a GitHub project that will help preventing memory leaks. Initially I found a few that will be committed as part of this JIRA. and we should improve and expand from these tests.


       Issue Type: Bug  (was: Improvement)
          Summary: AMQP and OpenWire have a few Leaks during open and close connections  (was: Add Memory Leak Tests)

> AMQP and OpenWire have a few Leaks during open and close connections
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-4161
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4161
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.29.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> OpenWire and AMQP are leaking objects in the following scenarios:
> AMQP:
> - Open Transactions, open connections, close connections, commit, send
> It appears these leaks are sustained as long as you keep closing and opening sessions.
> OpenWire:
> - The leak here is not as critical as in AMQP, but a short term leak was found while investigating the AMQP issue. (the AMQP connection would be released after a TTL Timeout).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)