Bug 452987

Summary: Logging needed for operational events
Product: Red Hat Enterprise MRG Reporter: Ted Ross <tross>
Component: qpid-qmfAssignee: Chuck Rolke <crolke>
Status: CLOSED CURRENTRELEASE QA Contact: Jeff Needle <jneedle>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: gsim, jross
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 924372 924374 (view as bug list) Environment:
Last Closed: 2013-03-21 16:06:02 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: 924372, 924374    

Description Ted Ross 2008-06-26 13:38:18 UTC
The following events need to be logged (to file, syslog, etc.) during broker
operation:

1) open/close connection
2) attach session
3) create/delete queue
4) bind/unbind of queue to exchange
5) drop of unroutable message by exchange
6) exceed user-configured thresholds (queue size (octets), queue size
(messages), message age on queue)
7) periodic notification of message rates on broker

Comment 1 Ted Ross 2008-12-04 16:16:46 UTC
I've retargetted this bug for 1.1.1 because it has been partially resolved.

The remaining un-done events from above are:

2) attach session
5) drop of unroutable message by exchange
6) exceed user-configured thresholds (queue size (octets), queue size
(messages), message age on queue)
7) periodic notification of message rates on broker

Comment 3 Justin Ross 2013-03-21 11:36:46 UTC
Chuck, some of your recent work for 2.3 may have addressed this.

Comment 4 Chuck Rolke 2013-03-21 13:48:21 UTC
Current status as of 2.3:

2) attach session

yes - shipping

5) drop of unroutable message by exchange

no - no event nor log message but counted as discardsNoRoute

6) exceed user-configured thresholds (queue size (octets), queue size
(messages), message age on queue)

yes - shipping

7) periodic notification of message rates on broker

no

Comment 5 Justin Ross 2013-03-21 16:05:39 UTC
Thanks, Chuck.

Issue 5: https://bugzilla.redhat.com/show_bug.cgi?id=924372
Issue 7: https://bugzilla.redhat.com/show_bug.cgi?id=924374

-> CLOSED