Github user clebertsuconic commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2192#discussion_r205096243 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java --- @@ -1109,9 +1109,7 @@ void stop(boolean failoverOnServerShutdown, final boolean criticalIOError, boole storageManager = null; sessions.clear(); - - activateCallbacks.clear(); --- End diff -- this is also failing checkstyle. there's an extra space somewhere.
---