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

Justin Ross updated QPID-2004:
------------------------------

    Labels: leak  (was: )
    
> On shutting down the broker, the connection state of active connections is 
> not freed
> ------------------------------------------------------------------------------------
>
>                 Key: QPID-2004
>                 URL: https://issues.apache.org/jira/browse/QPID-2004
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.5
>         Environment: Linux
>            Reporter: Gordon Sim
>            Assignee: Andrew Stitcher
>            Priority: Minor
>              Labels: leak
>
> The IO layer (e.g. AsynchIOHandler for TCP) creates and holds a 
> ConnectionCodec object by pointer for each connection. All connection state 
> is rooted in that object. However for connections that are active when the 
> broker is shutdown, those objects and all their internal state, is not freed 
> but is leaked.
> As the broker is shutting down anyway, the leak is not nice but not critical 
> (henc I've marked this as minor rather than major). However it can lead to 
> e.g. Queue destructors not being called etc. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to