You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Alex Rudyy (JIRA)" <ji...@apache.org> on 2014/10/24 10:09:34 UTC

[jira] [Resolved] (QPID-6186) Deleting a queue with bindings leaks the bindings

     [ https://issues.apache.org/jira/browse/QPID-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Rudyy resolved QPID-6186.
------------------------------
    Resolution: Fixed
      Assignee: Alex Rudyy

The change looks good to me.

> Deleting a queue with bindings leaks the bindings
> -------------------------------------------------
>
>                 Key: QPID-6186
>                 URL: https://issues.apache.org/jira/browse/QPID-6186
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: 0.30
>            Reporter: Keith Wall
>            Assignee: Alex Rudyy
>             Fix For: 0.31
>
>
> If I delete a queue with one or more bindings using either a Management interface or via AMQP, the queue and bindings are both apparently delete successfully (disappear from the Management UI, store etc), however, internally the Exchange parent CO is retaining a reference to the Binding (leak).
> The issue is that the BindingImpl#doDelete is not calling deleted(), to the listeners are not firing, so the parent is failing to remove the object from the maps.   



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org