History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RHQ-751
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Joseph Marques
Reporter: Joseph Marques
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RHQ Project

can't view non-measurement-based alert definitions or alert history after RHQ-742

Created: 22/Aug/08 04:02 PM   Updated: 28/Aug/08 02:56 PM
Component/s: FX - Alerts, Core Server
Affects Version/s: 1.1pre
Fix Version/s: 1.1

Time Tracking:
Not Specified

Issue Links:
Dependency
 

Resolution Date: 25/Aug/08 12:22 AM
Date of First Response: 28/Aug/08 02:55 PM
Tester: Jeff Weiss
VCS Revision: 1,276


 Description  « Hide
the issue here is that the cache loading was sped up by tweaking how much data was loaded as well as the number of roundtrips required to pull that data into the cache. as a result, AlertCondition had two fields marked as lazy, which were previously marked as eager. i missed this during my initial testing, because i was focusing on the performance bottleneck at the time: measurement-based alerts. and our smoke testing missed this too.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Joseph Marques - 22/Aug/08 04:30 PM
branches/RHQ_1_0_1_GA_CP : rev1274 - only eagerly load the condition's corresponding MeasurementDefinition, if this is a measurement-based condition;

Joseph Marques - 25/Aug/08 12:22 AM
trunk (1.1.0-SNAPSHOT) : rev1276 - only eagerly load the condition's corresponding MeasurementDefinition, if this is a measurement-based condition;

Jeff Weiss - 28/Aug/08 02:55 PM
Tested an operation based and availability based alert, both worked and could view in the history. rev1304, linux, postgres.