Broker side of the connection is not destroyed when running InVM
----------------------------------------------------------------
Key: QPID-1270
URL: https://issues.apache.org/jira/browse/QPID-1270
Project: Qpid
Issue Type: Bug
Components: Java Tests
Reporter: Martin Ritchie
Summary:
This refers only to InVM connections with Mina.
When an InVM connection is closed only the local session gets the destroyed
event fired. The remote session is sent a close.
QpidVmPipeConnector creates new ReadWriteThreadFilter on both remote and local
sessions.
Problem is this increments the reference on the ExecutorPool which is
decremented in destroy().
The destroy is never called for the broker resulting in a leaked references (2
per connection).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.