[ 
https://issues.apache.org/jira/browse/QPID-6186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182578#comment-14182578
 ] 

ASF subversion and git services commented on QPID-6186:
-------------------------------------------------------

Commit 1634017 from [~k-wall] in branch 'qpid/trunk'
[ https://svn.apache.org/r1634017 ]

QPID-6186: [Java Broker] Prevent Bindings leak on binding delete

> 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
>             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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to