Bug 535788 (RHQ-2448)
Summary: | Alerts don't fire for up to 1.5 hours after creation | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Jeff Weiss <jweiss> |
Component: | Alerts | Assignee: | Joseph Marques <jmarques> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.3 | CC: | cwelton, dajohnso, whayutin |
Target Milestone: | --- | Keywords: | SubBug |
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://jira.rhq-project.org/browse/RHQ-2448 | ||
Whiteboard: | |||
Fixed In Version: | 2.4 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: |
postgres, linux, 1.3GA
|
|
Last Closed: | 2010-08-12 16:59:35 UTC | 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: | 547833, 565635, 584435 |
Description
Jeff Weiss
2009-10-02 12:24:00 UTC
perhaps this has something to do with the need for the agent to "connect" to the server in order to load the alert cache. If for some reason the server fails to load the alert cache for the agent, alerts don't fire. That's the only reason why I would think alerts wouldn't fire for a long period. This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2448 Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs. keyword: new = Tracking + FutureFeature + SubBug making sure we're not missing any bugs in rhq_triage mass move to rhq_chainsaw tracker bug moving any remaining Alert related bugs to rhq_chainsaw This bug has now been triaged by Chainsaw on 2/18. The expectation is the bug to be addressed by the end of sprint06 roughly 3/10/10. This bug is blocking ALL automated alert testing. Needs to be addressed ASAP. commit 546f7dbcc30ecb0666f49958f275baac3c640151 fix for newly created event/measurement-based alerts not firing * was previously trying to set agent status bit by alert definition id via pure JPQL * however, at the time the JPQL is executed, the alert definition hasn't been persisted yet * fix was to correlate the cache reload to resourceId instead, which is only required in the CREATE case * added new method to StatusManagerBean called updateByResource to handle this new path * updated logic in notifyAlertConditionCacheManager to switch on the AlertDefinitionEvent appropriately * added more debug-level logging qa -> cwelton QA Verified... alerts now begin to fire immediately. Great! Mass-closure of verified bugs against JON. |