NO-JIRA: some more organization on critical analyzer
This commit is contained in:
parent
8c2b73624c
commit
8b68e8f48a
|
@ -626,8 +626,9 @@ public class ActiveMQServerImpl implements ActiveMQServer {
|
||||||
break;
|
break;
|
||||||
case LOG:
|
case LOG:
|
||||||
criticalAction = criticalComponent -> {
|
criticalAction = criticalComponent -> {
|
||||||
sendCriticalNotification(criticalComponent);
|
|
||||||
ActiveMQServerLogger.LOGGER.criticalSystemLog(criticalComponent);
|
ActiveMQServerLogger.LOGGER.criticalSystemLog(criticalComponent);
|
||||||
|
threadDump();
|
||||||
|
sendCriticalNotification(criticalComponent);
|
||||||
};
|
};
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue