clebertsuconic commented on a change in 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]
With regards,
Apache Git Services