http://jira.hyperic.com/browse/HHQ-3749
While working on a customer db with the multiAgent replayer I see consistent slow method calls to HierarchicalAlertingManager.suppressMeasurementEvents
2010-02-22 13:17:41,360 WARN [Timer-2] [org.hyperic.hq.application.HQApp@331] Method ran a long time.
Class: com.hyperic.hq.events.shared.HierarchicalAlertingManagerLocal
Method: suppressMeasurementEvents
RunTime: 66745
This could cause backups in the availability queue since this is part of the AvailabilityManager.addData() mechanism.
It could be related to memory issues from HHQ-3747, but not sure.
Anonymous