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

[jira] [Resolved] (ARTEMIS-3467) FD leak on receiving AMQP large messages

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

Domenico Francesco Bruscino resolved ARTEMIS-3467.
--------------------------------------------------
    Fix Version/s: 2.19.0
       Resolution: Fixed

> FD leak on receiving AMQP large messages
> ----------------------------------------
>
>                 Key: ARTEMIS-3467
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3467
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Domenico Francesco Bruscino
>            Assignee: Domenico Francesco Bruscino
>            Priority: Major
>             Fix For: 2.19.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The broker doesn't close all FDs for multiple AMQP large messages received on the same session.
> Steps to reproduce:
> {code}
> #create broker instance
> ./bin/artemis create broker --user admin --password admin --require-login
> #run broker instance
> ./broker/bin/artemis run
> lsof -p <BROKER_PID> | wc -l
> #produce 100 large AMQP message
> ./broker/bin/artemis producer --verbose --destination queue://TEST.QUEUE --user admin --password admin --protocol core --message-count 100 --message-size 1000000 --protocol amqp
> lsof -p <BROKER_PID> | wc -l
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)