[
https://issues.apache.org/jira/browse/QPID-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Ritchie updated QPID-1270:
---------------------------------
Fix Version/s: M4
Affects Version/s: M3
> 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
> Affects Versions: M3
> Reporter: Martin Ritchie
> Fix For: M4
>
>
> 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.