[
https://issues.apache.org/jira/browse/ARTEMIS-1879?focusedWorklogId=376090&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-376090
]
ASF GitHub Bot logged work on ARTEMIS-1879:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jan/20 07:26
Start Date: 23/Jan/20 07:26
Worklog Time Spent: 10m
Work Description: JiriOndrusek commented on issue #2099: [ARTEMIS-1879]
Warnings in log when failover is executed after clean …
URL: https://github.com/apache/activemq-artemis/pull/2099#issuecomment-577539336
@michaelandrepearce Hi, I don't work on this anymore. You can close it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 376090)
Time Spent: 20m (was: 10m)
> 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
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)