[
https://issues.apache.org/jira/browse/ARTEMIS-3467?focusedWorklogId=648880&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-648880
]
ASF GitHub Bot logged work on ARTEMIS-3467:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 09/Sep/21 21:01
Start Date: 09/Sep/21 21:01
Worklog Time Spent: 10m
Work Description: asfgit closed pull request #3732:
URL: https://github.com/apache/activemq-artemis/pull/3732
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 648880)
Time Spent: 20m (was: 10m)
> 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
> Time Spent: 20m
> 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)