[
https://issues.apache.org/jira/browse/ARTEMIS-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16486807#comment-16486807
]
ASF GitHub Bot commented on ARTEMIS-1879:
-----------------------------------------
GitHub user JiriOndrusek opened a pull request:
https://github.com/apache/activemq-artemis/pull/2099
[ARTEMIS-1879] Warnings in log when failover is executed after clean …
…shut down
Issue: https://issues.apache.org/jira/browse/ARTEMIS-1879
Test is not necessary, as fix changes only debug level "warning" to "info"
in some cases.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JiriOndrusek/activemq-artemis
JBEAP-1976-warning-after-failover-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2099.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2099
----
commit 26f3cd4d345fa35a5cf11c1523eb8c2cca8e8f25
Author: JiriOndrusek <jondruse@...>
Date: 2018-05-21T13:17:31Z
[ARTEMIS-1879] Warnings in log when failover is executed after clean shut
down
----
> Warnings in log when failover is executed after clean shut down.
> -----------------------------------------------------------------
>
> Key: ARTEMIS-1879
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1879
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.6.0
> Reporter: Jiri Ondrusek
> Priority: Major
>
> After failover there are warnings even if live server was shut down cleanly.
> Some of our customers watch logs for warnings very carefully and it makes
> them uncomfortable when correctly used operations make warnings. According to
> them such operations should trigger only info logging.
>
> ??:53:38,564 WARN [org.apache.activemq.artemis.core.client] (Thread-0
> (ActiveMQ-client-global-threads-1770095631)) AMQ212037: Connection failure
> has been detected: AMQ119015: The connection was disconnected because of
> server shutdown [code=DISCONNECTED]??
> ??12:53:38,570 WARN [org.apache.activemq.artemis.core.client] (Thread-2
> (ActiveMQ-client-global-threads-1770095631)) AMQ212037: Connection failure
> has been detected: AMQ119015: The connection was disconnected because of
> server shutdown [code=DISCONNECTED]??
> ??12:53:38,575 WARN [org.apache.activemq.artemis.core.client] (Thread-1
> (ActiveMQ-client-global-threads-1770095631)) AMQ212037: Connection failure
> has been detected: AMQ119015: The connection was disconnected because of
> server shutdown [code=DISCONNECTED]??
>
> How to reproduce:
> Configure colocated HA topology with replicated journal for two nodes
> Start both nodes
> After both nodes are up, shut down (ctrl+c) live server
> On node which is still running there are warnings in log.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)