[ 
https://issues.apache.org/jira/browse/DISPATCH-900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16300150#comment-16300150
 ] 

ASF subversion and git services commented on DISPATCH-900:
----------------------------------------------------------

Commit 3bf8cfe9c326a74a076cb7e1e3ff0cee43137d10 in qpid-dispatch's branch 
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=3bf8cfe ]

DISPATCH-900 - PR from gmurthy, remove references to unused management entity 
which was moved to the core agent.
This closes #235


> Memory leak when repeatedly opening and closing connections
> -----------------------------------------------------------
>
>                 Key: DISPATCH-900
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-900
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Container
>    Affects Versions: 1.0.0
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>             Fix For: 1.1.0
>
>
> Steps to reproduce - 
> 1. Start the router with the default config file
> 2. Run the following python program which simply opens and closes connections.
> {noformat}
> from proton.utils import BlockingConnection
> URL = '0.0.0.0:5672'
> continue_loop = True
> while continue_loop:
>     connection = BlockingConnection(url=URL, ssl_domain=None)
>     print 'Creating connection'
>     connection.close()
> {noformat}
> 3. While the above python program is running, start up the *top* program and 
> watch the memory of the router grow.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to