michaelandrepearce commented on a change in pull request #2831: ARTEMIS-2480 -
Reloading configuration can kill broker
URL: https://github.com/apache/activemq-artemis/pull/2831#discussion_r322628010
##########
File path:
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
##########
@@ -2025,4 +2025,12 @@ void slowConsumerDetected(String sessionID,
@LogMessage(level = Logger.Level.WARN)
@Message(id = 224101, value = "Apache ActiveMQ Artemis is using a scheduled
pool without remove on cancel policy, so a cancelled task could be not
automatically removed from the work queue, it may also cause unbounded
retention of cancelled tasks.", format = Message.Format.MESSAGE_FORMAT)
void scheduledPoolWithNoRemoveOnCancelPolicy();
+
+ @LogMessage(level = Logger.Level.INFO)
+ @Message(id = 224102, value = "unable to undeply address {0} : reason {1}",
format = Message.Format.MESSAGE_FORMAT)
+ void unableToUndeployAddress(SimpleString addressName, String reason);
+
+ @LogMessage(level = Logger.Level.INFO)
+ @Message(id = 224103, value = "unable to undeply address {0} : reason {1}",
format = Message.Format.MESSAGE_FORMAT)
Review comment:
undepl**o**y
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services