You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jeff Mesnil (JIRA)" <ji...@apache.org> on 2016/05/26 12:14:12 UTC

[jira] [Created] (ARTEMIS-542) Change AMQ212006 log level

Jeff Mesnil created ARTEMIS-542:
-----------------------------------

             Summary: Change AMQ212006 log level
                 Key: ARTEMIS-542
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-542
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 1.1.0
            Reporter: Jeff Mesnil
            Priority: Trivial


When Artemis logger is configured to log traces, it also log the AMQ212006 warning:

{noformat}
12:55:47,789 WARN  [org.apache.activemq.artemis.core.client] (Thread-10 (ActiveMQ-client-global-threads-487873773)) AMQ212006: Waiting 2 000 milliseconds before next retry. RetryInterval=2 000 and multiplier=1
{noformat}

The code in org.apache.activemq.artemis.core.client.impl.ClientSessionFactoryImpl#getConnectionWithRetry looks suspicious at the warning is logged only if TRACE is enabled.

I think the log level should be decreased to TRACE (or INFO) as it is expected to happen during failover and does not indicate a problem with the client.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)