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/18 12:49:00 UTC

[jira] [Created] (ARTEMIS-4175) JournalFileImpl Leaking

Clebert Suconic created ARTEMIS-4175:
----------------------------------------

             Summary: JournalFileImpl Leaking
                 Key: ARTEMIS-4175
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4175
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Clebert Suconic
             Fix For: 2.29.0


This is another win from Check-Leak / leak-tests

JournalFileImpl is currently leaking from negative counts.
Once a file is gone (from reusing or delete), the file negatives are never removed.

This will make a linked list as the negatives will have negatives and they will never be removed.



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