mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-03-05 17:00:17 +00:00
This closes #315
This commit is contained in:
commit
4bc3422f6a
@ -169,6 +169,10 @@ public class ThreadLeakCheckRule extends ExternalResource {
|
||||
//another netty thread
|
||||
return true;
|
||||
}
|
||||
else if (threadName.contains("hawtdispatch")) {
|
||||
// Static workers used by MQTT client.
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
for (StackTraceElement element : thread.getStackTrace()) {
|
||||
if (element.getClassName().contains("org.jboss.byteman.agent.TransformListener")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user