[
https://issues.apache.org/jira/browse/ARTEMIS-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
clebert suconic closed ARTEMIS-542.
-----------------------------------
> 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
> Assignee: Justin Bertram
> Priority: Trivial
> Fix For: 1.4.0
>
>
> 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)