[ https://issues.apache.org/jira/browse/ARTEMIS-2408?focusedWorklogId=279117&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-279117 ]
ASF GitHub Bot logged work on ARTEMIS-2408: ------------------------------------------- Author: ASF GitHub Bot Created on: 18/Jul/19 16:35 Start Date: 18/Jul/19 16:35 Worklog Time Spent: 10m Work Description: brusdev commented on pull request #2759: ARTEMIS-2408 Too many opened FDs after server stops URL: https://github.com/apache/activemq-artemis/pull/2759#discussion_r305012164 ########## File path: artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java ########## @@ -276,6 +279,7 @@ public ActiveMQTestBase() { @After public void tearDown() throws Exception { + noProcessFilesBehind.tearDown(); Review comment: Some methods executed after tests ie shutdownDerby open new files (at the first execution) so I need a method called before to filter that files. ---------------------------------------------------------------- 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: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 279117) Time Spent: 7h 10m (was: 7h) > 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: 7h 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)