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

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

                Author: ASF GitHub Bot
            Created on: 16/Jul/19 07:35
            Start Date: 16/Jul/19 07:35
    Worklog Time Spent: 10m 
      Work Description: brusdev commented on pull request #2749: ARTEMIS-2408 
Too many opened FDs after server stops
URL: https://github.com/apache/activemq-artemis/pull/2749#discussion_r303763975
 
 

 ##########
 File path: 
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/mqtt/imported/MQTTTestSupport.java
 ##########
 @@ -57,6 +57,11 @@
 import org.apache.activemq.artemis.spi.core.remoting.Acceptor;
 import 
org.apache.activemq.artemis.spi.core.security.ActiveMQJAASSecurityManager;
 import org.apache.activemq.artemis.tests.util.ActiveMQTestBase;
+import org.fusesource.hawtdispatch.DispatchPriority;
 
 Review comment:
   FuseMQTTClientProvider (already used by some MQTT tests) has a transitive 
dependency for org.fusesource.hawtdispatch: HawtDispatcher is statically 
allocated by DispatcherConfig when 
org.fusesource.mqtt.client.MQTT.blockingConnection is called and It create a 
new GlobalDispatchQueue.
   I used org.fusesource.hawtdispatch only to shuthdown the global queue at the 
end of the test to avoid file descriptor leaks.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

    Worklog Id:     (was: 277291)
    Time Spent: 1h 10m  (was: 1h)

> Too many opened FDs after server stops
> --------------------------------------
>
>                 Key: ARTEMIS-2408
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2408
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Domenico Bruscino
>            Priority: Major
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> The number of opened FDs after stop the server on the testsuite is much 
> higher than the number before the server is started, when default netty 
> configuration is used.
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to