[ 
https://issues.apache.org/jira/browse/ARTEMIS-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16022914#comment-16022914
 ] 

ASF GitHub Bot commented on ARTEMIS-1180:
-----------------------------------------

Github user clebertsuconic commented on a diff in the pull request:

    https://github.com/apache/activemq-artemis/pull/1289#discussion_r118256171
  
    --- Diff: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/server/ActiveMQServerLogger.java
 ---
    @@ -719,7 +719,7 @@ void slowConsumerDetected(String sessionID,
        @Message(id = 222094, value = "Bridge unable to send message {0}, will 
try again once bridge reconnects", format = Message.Format.MESSAGE_FORMAT)
        void bridgeUnableToSendMessage(@Cause Exception e, MessageReference 
ref);
     
    -   @LogMessage(level = Logger.Level.WARN)
    +   @LogMessage(level = Logger.Level.INFO)
    --- End diff --
    
    We had a talk on IRC about this:
    
    ```
    dtikhomi: customer is parsing logs, and in that case warn is false alarm 
for him
    [09:42am] clebert: but the thing is...
    [09:42am] clebert: when that issue is actually happening for a bad cause
    [09:42am] clebert: he won’t be alarmed for the real issue
    [09:42am] clebert: so .. that’s my concern
    [09:42am] clebert: nodes stop because of network outages...
    [09:43am] clebert: he won’t get notice
    [09:43am] dtikhomi: ohhh, i got it
    [09:43am] clebert: or missing connectiong because of outages
    [09:43am] clebert: u agree with me?
    [09:43am] dtikhomi: plz dont close PR i will update it
    [09:43am] dtikhomi: yeap, you right
    [09:44am] clebert: but do you think you know how to fix it with an easy fix?
    [09:44am] clebert: I thought it would be more substantial for a proper fix
    [09:44am] clebert: (like… is Shutting Down somewhere… ignore it)
    [09:44am] clebert: that’s actually the fix
    [09:44am] clebert: server.isStopping
    [09:44am] clebert: —> don’t log it
    [09:44am] clebert: or log.debug
    [09:44am] dtikhomi: yeap, i wonna try
    [09:45am] clebert: ok.. thanks a lot...
    ```


> Artemis is logging warnings during server shut down
> ---------------------------------------------------
>
>                 Key: ARTEMIS-1180
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1180
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP
>    Affects Versions: 1.5.5
>            Reporter: Dmitrii Tikhomirov
>
> When we're shutting down the server during our startup tests, Artemis is 
> sometimes logging warnings (seems it's trying to reconnect cluster).
> Relevant log parts (full log attached):
> {code}
> 19:46:18,126 WARN  [org.apache.activemq.artemis.core.server] (Thread-2 
> (ActiveMQ-client-global-threads-1920368933)) AMQ222095: Connection failed 
> with failedOver=false
> {code}
> The test runs 2 servers with default standalone-full-ha.xml on single node 
> with different server.bind.address.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to