Bug 536344 (RHQ-703)
| Summary: | HA handshaking | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Joseph Marques <jmarques> |
| Component: | High Availability | Assignee: | John Mazzitelli <mazz> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0.1 | Keywords: | SubTask |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://jira.rhq-project.org/browse/RHQ-703 | ||
| Whiteboard: | |||
| Fixed In Version: | 1.1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| 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: | 536277 | ||
|
Description
Joseph Marques
2008-07-30 20:12:00 UTC
agent registration and connection are two separate workflows. * agent can register with any server, if registration succeeds the result is that a failover list is sent down to the agent * agent uses failover list to make connection (see RHQ-671 for that work) ** connection is delayed until the server is "warmed up" (alerts cache loaded, etc) rev1435 does the registration, then switches to primary. Still need to implement the "connect" message to warm up the server. rev1447 now has the agent calling the server's connect method This bug was previously known as http://jira.rhq-project.org/browse/RHQ-703 |