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

Justin Bertram commented on ARTEMIS-2460:
-----------------------------------------

[~roy.cohen], have you had a chance to upgrade yet? Version 2.21.0 was just 
released.

In any case, are you still hitting this issue? If so, could you provide some 
steps I might use to reproduce what you're seeing? Without a way to reproduce 
it's hard to investigate. The steps to reproduce don't have to be 100% 
reliable. As long as it occurs at some point that is usually sufficient to 
investigate and find a solution.

> 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
>         Attachments: image-2021-12-03-20-41-14-631.png
>
>
>  
> 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)

Reply via email to