
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Dependency
|
|
This issue Depends On:
|
|
RHQ-742
reduce the time it takes to load/reload the alert cache
|
|
|
|
|
|
|
|
| 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
|
|
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.
|
|
Description
|
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. |
Show » |
|