[ 
https://issues.apache.org/jira/browse/ARTEMIS-4161?focusedWorklogId=845739&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-845739
 ]

ASF GitHub Bot logged work on ARTEMIS-4161:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Feb/23 22:59
            Start Date: 15/Feb/23 22:59
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on code in PR #4363:
URL: https://github.com/apache/activemq-artemis/pull/4363#discussion_r1107825940


##########
tests/leak-tests/pom.xml:
##########
@@ -0,0 +1,488 @@
+<!--

Review Comment:
   I removed all I could.
   
   
   I could still remove stomp-server and MQTT server, however I don't want to 
do that.. as I want to keep these libraries in the broker... not just for 
future usage, but also to keep the broker's protocols closer to the runtime.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 845739)
    Time Spent: 2h  (was: 1h 50m)

> 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
>    Affects Versions: 2.28.0
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.29.0
>
>          Time Spent: 2h
>  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).
> To Validate this, I'm creating a new test suite:
> ./tests/leak-tests
> Which will use https://github.com/check-leak/check-leak to validate the 
> survival of these objects.



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

Reply via email to