[
https://issues.apache.org/jira/browse/ARTEMIS-2374?focusedWorklogId=256842&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-256842
]
ASF GitHub Bot logged work on ARTEMIS-2374:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jun/19 13:17
Start Date: 10/Jun/19 13:17
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on pull request #2696:
ARTEMIS-2374 JournalStorageManager::addBytesToLargeMessage leaks ByteBuffer
URL: https://github.com/apache/activemq-artemis/pull/2696#discussion_r292006072
##########
File path:
artemis-server/src/test/java/org/apache/activemq/artemis/core/persistence/impl/journal/JournalStorageManagerTest.java
##########
@@ -70,6 +77,11 @@
private static ExecutorService ioExecutor;
private static ExecutorService testExecutor;
+ @Before
+ public void init() {
+ disableCheckThread();
Review comment:
please, don't do this.
Can you rather fix the thread leakage by shutting down the pool, which was
the issue on this test?
----------------------------------------------------------------
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: 256842)
Time Spent: 20m (was: 10m)
> JournalStorageManager::addBytesToLargeMessage leaks ByteBuffer
> --------------------------------------------------------------
>
> Key: ARTEMIS-2374
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2374
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.9.0
> Reporter: Francesco Nigro
> Priority: Minor
> Fix For: 2.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)