[ 
https://issues.apache.org/jira/browse/ARTEMIS-3467?focusedWorklogId=648889&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-648889
 ]

ASF GitHub Bot logged work on ARTEMIS-3467:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 09/Sep/21 21:21
            Start Date: 09/Sep/21 21:21
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on pull request #3732:
URL: https://github.com/apache/activemq-artemis/pull/3732#issuecomment-916445563


   never mind.. the test need a little change to be used with other protocols
   I'm sending it in


-- 
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: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 648889)
    Time Spent: 40m  (was: 0.5h)

> 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: 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)

Reply via email to