[ https://issues.apache.org/jira/browse/QPID-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marnie McCormack updated QPID-1270: ----------------------------------- Fix Version/s: (was: M4) Moving items not being worked on for M4 afaik out of scope > 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 > > 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.