Bug 534549 (RHQ-1335) - Events subsystem needs to support throttling when adding events
Summary: Events subsystem needs to support throttling when adding events
Keywords:
Status: CLOSED NOTABUG
Alias: RHQ-1335
Product: RHQ Project
Classification: Other
Component: Performance
Version: unspecified
Hardware: All
OS: All
high
medium
Target Milestone: ---
: ---
Assignee: RHQ Project Maintainer
QA Contact:
URL: http://jira.rhq-project.org/browse/RH...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-09 00:45 UTC by Charles Crouch
Modified: 2015-02-01 23:24 UTC (History)
1 user (show)

Fixed In Version: 1.2
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Charles Crouch 2009-01-09 00:45:00 UTC
Right now there doesn't appear to any upper limit on the rate at which we can add rows to the RHQ_EVENT table. Unlike metric data for which collection intervals and number of resource in the inventory can be used to influence the rate at which that data comes in. For example, having multiple agents monitoring log files for which log entries are being written every millisecond ended up producing >17gb worth of data in the RHQ_EVENT table. Inserting this amount of data puts an excessive strain on the DB and most likely also makes subsequently purging the data impossible. 

The solution to this issue would be to ensure that "event floods" are not allowed to crush the database and that our event purge algorithm can support the rate at which event rows are added and also the total table size its possible to end up with.

Comment 1 John Mazzitelli 2009-01-09 01:16:21 UTC
this is a duplicate of RHQ-1122

Comment 2 Red Hat Bugzilla 2009-11-10 20:30:49 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1335
This bug duplicates RHQ-1122



Note You need to log in before you can comment on or make changes to this bug.