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

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

                Author: ASF GitHub Bot
            Created on: 27/Sep/23 09:33
            Start Date: 27/Sep/23 09:33
    Worklog Time Spent: 10m 
      Work Description: ehsavoie commented on code in PR #4628:
URL: https://github.com/apache/activemq-artemis/pull/4628#discussion_r1338336447


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java:
##########
@@ -1593,4 +1593,10 @@ void 
noQueueIdDefined(org.apache.activemq.artemis.api.core.Message message,
 
    @LogMessage(id = 224130, value = "The {} value {} will override the {} 
value {} since both are set.", level = LogMessage.Level.INFO)
    void configParamOverride(String overridingParam, Object 
overridingParamValue, String overriddenParam, Object overriddenParamValue);
+
+   @LogMessage(id = 224131, value = "Connection closed with failedOver={}", 
level = LogMessage.Level.INFO)
+   void bridgeConnectionClosed(Boolean failedOver);
+
+   @LogMessage(id = 224132, value = "There is a possible split brain on nodeID 
{} closing. Topology update ignored", level = LogMessage.Level.INFO)
+   void possibleSplitBrainAfterClosing(String nodeID);

Review Comment:
   Correct, this should go





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

    Worklog Id:     (was: 882122)
    Time Spent: 1h 50m  (was: 1h 40m)

> Artemis is logging warnings during clean shutdown of server in cluster
> ----------------------------------------------------------------------
>
>                 Key: ARTEMIS-4436
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4436
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 2.30.0
>            Reporter: Emmanuel Hugonnet
>            Priority: Major
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> If a node from a cluster shutdowns cleanly this shouldn't create WARN 
> messages in the logs 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to