Bug 959789
Summary: | HQ core bridge does not failover | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Miroslav Novak <mnovak> |
Component: | HornetQ | Assignee: | Clebert Suconic <csuconic> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.1.0 | CC: | anmiller, ataylor, cdewolf, csuconic, dandread, lcosti, myarboro, nziakova, rdickens |
Target Milestone: | ER5 | ||
Target Release: | EAP 6.1.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
In previous versions of JBoss EAP 6, a HornetQ core bridge server would not properly failover to a backup HornetQ server when the primary HornetQ server became unavailable. This issue occurred because the HornetQ core bridge server would attempt to reconnect to any other server node, rather than the correct backup HornetQ server.
This issue has been fixed in this release of JBoss EAP 6, and a HornetQ core bridge server will now always retry to connect to the backup HornetQ server when the primary HornetQ server becomes unavailable.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-09-16 20:27:21 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 994214 |
Description
Miroslav Novak
2013-05-05 18:42:22 UTC
Which HQ release this fix will be part of so it can be included in EAP 6.1.1? https://issues.jboss.org/browse/HORNETQ-1218 points to 2.4.0.Alpha2 (In reply to Dimitris Andreadis from comment #2) > Which HQ release this fix will be part of so it can be included in EAP 6.1.1? > > https://issues.jboss.org/browse/HORNETQ-1218 points to 2.4.0.Alpha2 Indeed you have a point. If you look at the "Source" tab of https://issues.jboss.org/browse/HORNETQ-1218 you'll notice commits addressing the issue applied to 2.2.eap5 2.2.x and master but NOT to 2.3.x (which is the branch from which we will create 2.3.3). I'll ask Clebert to verify why there was no commit to 2.3.x. You're right.. I made a mistake here... I just cherry picked it and submitted a PR Failover of HornetQ core bridge is ok. Verified in EAP 6.1.1.ER6. Nice work! |