[
https://issues.apache.org/jira/browse/ARTEMIS-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16555590#comment-16555590
]
ASF GitHub Bot commented on ARTEMIS-1988:
-----------------------------------------
Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/2192#discussion_r205093692
--- 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 will make ClearActivateCallbackTest to fail
> Activate Callbacks should not be cleared on Server Stop
> -------------------------------------------------------
>
> Key: ARTEMIS-1988
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1988
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Martyn Taylor
> Priority: Major
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)