Bug 521292 - Optimize queue cleaner
Summary: Optimize queue cleaner
Keywords:
Status: CLOSED DUPLICATE of bug 666944
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: 1.1.6
Hardware: All
OS: Linux
medium
medium
Target Milestone: Next Version
: ---
Assignee: mick
QA Contact: MRG Quality Engineering
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-09-04 16:31 UTC by Carl Trieloff
Modified: 2011-01-04 14:03 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-04 14:03:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


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