Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
qpid-java-broker-7.1.0
-
None
Description
Deletion of BDB HA Virtual Host Node ends up in left behind configuration and coalescing committer threads, open amqp connections, etc
Steps to reproduce
- Create BDB HA Virtual Host Node using management
- Delete BDB HA Virtual Host Node using management (preferably amqp management)
- Collect heap dump and check references to deleted virtual host node
select * from org.apache.qpid.server.virtualhostnode.berkeleydb.BDBHAVirtualHostNodeImplWithAccessChecking
Only master sources are affected by the issue. It seems one of recent refactoring of delete functionality introduced the regression.