Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1559#discussion_r141701677
--- Diff:
artemis-commons/src/main/java/org/apache/activemq/artemis/utils/critical/CriticalAnalyzerImpl.java
---
@@ -147,6 +147,7 @@ public void run() {
// this means that the server has been stopped as we
could acquire the semaphore... returning now
break;
}
+ logger.trace("Checking critical analyzer");
--- End diff --
Got it. No worries, then. Leave it as-is.
---