Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1800
@gaohoward the idea world is far from reality.. there are tests that will
be failing forever on the testsuite and people will ignore them.. a result will
be a mess that people won't know where the leaks are coming from again.
The ThreadLeak Rule has prevented leaked threads to fail non related tests..
and the threadleak rule is not only logging, but it's also trying to
interrupt these leaked threads...
Lets not regress on that please!
We can do a faster check (not wait for a whole minute on failted tests..
and we would only logg. instead of fail).. it's a simple change.
---