clebertsuconic commented on issue #2901: ARTEMIS-2421 periodic journal lock 
evaluation
URL: https://github.com/apache/activemq-artemis/pull/2901#issuecomment-558818095
 
 
   The issue is exactly what I mentioned. the use of the ScheduledExecutor left 
non daemon threads running on a few tests that were using Spawn. Causing the VM 
to never finish on those cases.
   
   The testsuite didn't go far enough to leak on the Junit Rules that we have 
written.
   
   But using the ScheduledComponent will provide a fix as it already has the 
proper Thread factory in place among a few other benefits (avoiding for 
instance calls happening too fast which could happen when the run takes longer).

----------------------------------------------------------------
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

Reply via email to