You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Roy Cohen (Jira)" <ji...@apache.org> on 2021/12/01 13:12:00 UTC

[jira] [Commented] (ARTEMIS-2460) Open file descriptors leak for large messages

    [ https://issues.apache.org/jira/browse/ARTEMIS-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17451806#comment-17451806 ] 

Roy Cohen commented on ARTEMIS-2460:
------------------------------------

[~jbertram] [~mikola]  [~rakesh11rc] 

We are experiencing the exact same issue in our production environment which process high load of large messages. We are running an older version of Artemis 1.3 and were thinking to upgrade to 2.9, however judging by this ticket I'm not sure it'll address our problem.

I see this hasn't been updated in a while, what's the latest on this one - Is there a stable release it should work or has this been completely abandoned ?

 

> Open file descriptors leak for large messages
> ---------------------------------------------
>
>                 Key: ARTEMIS-2460
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2460
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: STOMP
>    Affects Versions: 2.9.0
>            Reporter: Rakesh Chandru
>            Assignee: Justin Bertram
>            Priority: Major
>
>  
> There is a significant increase in case of open file descriptors when publishing large messages. This behaviour is also see with the latest 2.9.0 version.
> {code:java}
>  java    38082 root 9486u   REG                8,4      909757   19146486 /xxx/data/large-messages/31297137237.msg (deleted) 
> java    38082 root 9489u   REG                8,4      605189   19146488 /xxx/data/large-messages/31297137344.msg (deleted){code}
> The reference is kept to the deleted large message file
> Below is the log trace.  
> {noformat}
> 2019-07-23 05:00:10 TRACE [org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager] Opening large message file(openFile-512) with message-id=19,826,804,644
> 2019-07-23 05:00:10 TRACE [org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager] Closing large message file(releaseResources-341) with message-id=19,826,804,644
> 2019-07-23 05:03:51 TRACE [org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager] Opening large message file(openFile-512) with message-id=19,826,804,644
> 2019-07-23 05:03:51 TRACE [org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager] Opening decoding context file for large message with message-id=19,826,804,644
> 2019-07-23 05:03:51 TRACE [org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager] Closing decoding context file for large message with message-id=19,826,804,644
> 2019-07-23 05:03:52 TRACE [org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager] Opening large message file(openFile-512) with message-id=19,826,804,644
> 2019-07-23 05:03:52 TRACE [org.apache.activemq.artemis.core.persistence.impl.journal.JournalStorageManager] Closing large message file(releaseResources-341) with message-id=19,826,804,644
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)