Bug 521292

Summary: Optimize queue cleaner
Product: Red Hat Enterprise MRG Reporter: Carl Trieloff <cctrieloff>
Component: qpid-cppAssignee: mick <mgoulish>
Status: CLOSED DUPLICATE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.1.6CC: gsim
Target Milestone: Next Version   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-01-04 14:03:16 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:

Description Carl Trieloff 2009-09-04 16:31:20 UTC
currently the queue cleaner itterates all queues and messages for TTL regardless if TTL set on a message on the queue.

To fix, either

a.) add a flag to the queue to mark it has a TTL message on it and then only clean the queue if the flag is set.

b.) find a less invasive , more optimal scheme.

(make sure to not break the cluster)

Carl

Comment 1 Carl Trieloff 2009-09-04 17:26:24 UTC
FYI --  making sure to update the cluster expiry code as well - note that on the BZ if option b is used.

Comment 3 Gordon Sim 2011-01-04 14:03:16 UTC

*** This bug has been marked as a duplicate of bug 666944 ***