franz1981 commented on a change in pull request #2696: ARTEMIS-2374
JournalStorageManager::addBytesToLargeMessage leaks ByteBuffer
URL: https://github.com/apache/activemq-artemis/pull/2696#discussion_r292006965
##########
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:
there is no leak: I'm avoiding to re-create 3/4 threads for each of the test
method...
----------------------------------------------------------------
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