[ 
https://issues.apache.org/jira/browse/ARTEMIS-2480?focusedWorklogId=309640&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-309640
 ]

ASF GitHub Bot logged work on ARTEMIS-2480:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Sep/19 09:00
            Start Date: 10/Sep/19 09:00
    Worklog Time Spent: 10m 
      Work Description: michaelandrepearce commented on pull request #2831: 
ARTEMIS-2480 - Reloading configuration can kill broker
URL: https://github.com/apache/activemq-artemis/pull/2831#discussion_r322628136
 
 

 ##########
 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)
 
 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:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 309640)
    Time Spent: 0.5h  (was: 20m)

> Reloading configuration can kill broker
> ---------------------------------------
>
>                 Key: ARTEMIS-2480
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2480
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.10.0
>            Reporter: Andy Taylor
>            Assignee: Andy Taylor
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In some cases if undeploying a queue or address fails during restart then the 
> broker will die, we should log a warning and continue



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to