[
https://issues.apache.org/jira/browse/ARTEMIS-2835?focusedWorklogId=453910&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-453910
]
ASF GitHub Bot logged work on ARTEMIS-2835:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 02/Jul/20 12:01
Start Date: 02/Jul/20 12:01
Worklog Time Spent: 10m
Work Description: gaohoward opened a new pull request #3211:
URL: https://github.com/apache/activemq-artemis/pull/3211
ARTEMIS-2835 Porting HORNETQ-1575 and HORNETQ-1578
2 of 2) - Porting of HORNETQ-1578
Exceptions are swallowed, making it hard to diagnose issues
1 of 2) - Porting of HORNETMQ-1575
In a live-backup scenario, when live is down and backup becomes live,
clients
using HA Connection Factories can failover automatically. However if a
client decides to create a new connection by itself (as in camel jms
case)
there is a chance that the new connection is pointing to the dead live
and the connection won't be successful. The reason is that if the old
connection is gone the backup will not get a chance to announce itself
back to client so it fails on initial connection.
The fix is to let CF remember the old topology and use it on any
initial connection attempts.
----------------------------------------------------------------
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: 453910)
Remaining Estimate: 0h
Time Spent: 10m
> Porting HORNETQ-1575 and HORNETQ-1578
> -------------------------------------
>
> Key: ARTEMIS-2835
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2835
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.13.0
> Reporter: Howard Gao
> Assignee: Howard Gao
> Priority: Major
> Fix For: 2.14.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The HORNETQ-1575 and HORNETQ-1578 bug fixes are not available in Artemis. It
> could be hit by users in Artemis too.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)