Bug 581560 - Deleting a queue binding may leave stale federation routes.
Summary: Deleting a queue binding may leave stale federation routes.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: All
OS: Linux
low
medium
Target Milestone: 2.0
: ---
Assignee: Jonathan Robie
QA Contact: ppecka
URL:
Whiteboard:
: 675303 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-12 15:40 UTC by Ken Giusti
Modified: 2012-02-27 20:40 UTC (History)
5 users (show)

Fixed In Version: qpid-cpp-0.9.1079953
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-23 15:49:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
reproduces the bug. (3.66 KB, application/x-shellscript)
2010-04-12 15:40 UTC, Ken Giusti
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2011:0890 0 normal SHIPPED_LIVE Red Hat Enterprise MRG Messaging 2.0 Release 2011-06-23 15:42:41 UTC

Description Ken Giusti 2010-04-12 15:40:05 UTC
Created attachment 405992 [details]
reproduces the bug.

Description of problem:

Deleting a queue binding in a federation may resulting in stale bindings on the federation brige links.   See upstream jira for a repo case:


https://issues.apache.org/jira/browse/QPID-2499


Version-Release number of selected component (if applicable):

trunk as of Revision: 933254

How reproducible:

100%

Steps to Reproduce:

See attached script.
  
Actual results:

superfluous binding present on intermediate broker

Expected results:

binding should be cleaned up.

Additional info:

Comment 1 Jonathan Robie 2011-01-14 14:41:40 UTC
Fixed in revision 1058747.

Federated binds and unbinds need to know which federation origins
are associated with the bindings for each queue. When origins are
added or deleted, the corresponding bindings need to be
propagated.

fedBindings[queueName] now contains the origins associated with a
given queue.

Comment 3 ppecka 2011-05-06 12:42:03 UTC
verified on both rhel5 and rhel6 / i386/x86_64

rpm -qa | grep qpid | sort -u
python-qpid-0.10-1.el6.noarch
python-qpid-qmf-0.10-6.el6.x86_64
qpid-cpp-client-0.10-3.el6.x86_64
qpid-cpp-client-devel-0.10-3.el6.x86_64
qpid-cpp-client-devel-docs-0.10-3.el6.noarch
qpid-cpp-client-rdma-0.10-3.el6.x86_64
qpid-cpp-client-ssl-0.10-3.el6.x86_64
qpid-cpp-server-0.10-3.el6.x86_64
qpid-cpp-server-cluster-0.10-3.el6.x86_64
qpid-cpp-server-devel-0.10-3.el6.x86_64
qpid-cpp-server-rdma-0.10-3.el6.x86_64
qpid-cpp-server-ssl-0.10-3.el6.x86_64
qpid-cpp-server-store-0.10-3.el6.x86_64
qpid-cpp-server-xml-0.10-3.el6.x86_64
qpid-java-client-0.10-4.el6.noarch
qpid-java-common-0.10-4.el6.noarch
qpid-java-example-0.10-4.el6.noarch
qpid-java-jca-0.10-4.el6.noarch
qpid-qmf-0.10-6.el6.x86_64
qpid-qmf-devel-0.10-6.el6.x86_64
qpid-tests-0.10-1.el6.noarch
qpid-tools-0.10-3.el6.noarch
rh-qpid-cpp-tests-0.10-3.el6.x86_64
ruby-qpid-qmf-0.10-6.el6.x86_64

-->VERIFIED

Comment 4 errata-xmlrpc 2011-06-23 15:49:57 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHEA-2011-0890.html

Comment 5 Ken Giusti 2012-02-27 20:40:43 UTC
*** Bug 675303 has been marked as a duplicate of this bug. ***


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