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

Alex Rudyy closed QPID-8156.
----------------------------
       Resolution: Fixed
    Fix Version/s: qpid-java-broker-7.1.0

The defect is fixed as part of changes for QPID-8157. See [ 
https://git-wip-us.apache.org/repos/asf?p=qpid-broker-j.git;h=d33550b ]

> [Broker-J] Heap memory is leaked on deletion of virtual host node
> -----------------------------------------------------------------
>
>                 Key: QPID-8156
>                 URL: https://issues.apache.org/jira/browse/QPID-8156
>             Project: Qpid
>          Issue Type: Bug
>          Components: Broker-J
>    Affects Versions: qpid-java-broker-7.0.3, qpid-java-broker-7.1.0
>            Reporter: Alex Rudyy
>            Priority: Major
>             Fix For: qpid-java-broker-7.1.0
>
>
> {{SystemNodeRegistry}} of deleted {{VirtualHost}} is still referenced after 
> virtual host node deletion. It prevents VHN/VH garbage collection. The 
> reference to registry is hold by 
> {{TrustStoreMessageSourceCreator$TrustStoreChangeListener}} which is 
> registered  on broker as part of invocation 
> {{TrustStoreMessageSourceCreator#register}}.
> The user impact is minimalistic as it is not expected that virtual host nodes 
> are often created and deleted in production environment.
> Broker restart should resolve the issue.
> Steps to reproduce:
>  # create BDB HA virtual host node
>  # delete BDB HA virtual host node
>  # collect heap dump and check references to deleted virtual host node
> {noformat}
> select * from 
> org.apache.qpid.server.virtualhostnode.berkeleydb.BDBHAVirtualHostNodeImplWithAccessChecking
> {noformat}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to