You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/03/25 20:51:00 UTC

[jira] [Commented] (DISPATCH-1610) qd_pn_free_link_session_t objects leaking when connections are socket closed

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

ASF GitHub Bot commented on DISPATCH-1610:
------------------------------------------

ganeshmurthy commented on pull request #710: DISPATCH-1610 - Added call to qd_conn_event_batch_complete() if a PN_…
URL: https://github.com/apache/qpid-dispatch/pull/710
 
 
   …TRANSPORT_CLOSED event is received. This will clean up the qd_pn_free_link_session_t objects
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> qd_pn_free_link_session_t objects leaking when connections are socket closed
> ----------------------------------------------------------------------------
>
>                 Key: DISPATCH-1610
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1610
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>          Components: Container
>    Affects Versions: 1.11.0
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>            Priority: Major
>         Attachments: test-leak-1.sh
>
>
> Run the attached reproducer from the build/test directory and you will see that the qd_pn_free_link_session_t numbers go up in the output of qdstat -m.
>  
> {noformat}
> [gmurthy@localhost src]$ qdstat -m  | grep qd_pn_free_link_session_t
>   qd_pn_free_link_session_t  32     64     128         256     256         0          0
> [gmurthy@localhost src]$ qdstat -m  | grep qd_pn_free_link_session_t
>   qd_pn_free_link_session_t  32     64     128         256     256         0          0
> [gmurthy@localhost src]$ qdstat -m  | grep qd_pn_free_link_session_t
>   qd_pn_free_link_session_t  32     64     128         256     256         0         0
> [gmurthy@localhost src]$ qdstat -m  | grep qd_pn_free_link_session_t
>   qd_pn_free_link_session_t  32     64     128         1,024   1,024       0          0
> [gmurthy@localhost src]$ qdstat -m  | grep qd_pn_free_link_session_t
>   qd_pn_free_link_session_t  32     64     128         1,024   1,024       0          0
> [gmurthy@localhost src]$ qdstat -m  | grep qd_pn_free_link_session_t
>   qd_pn_free_link_session_t  32     64     128         1,024   1,024       0          0
> [gmurthy@localhost src]$ 
> [gmurthy@localhost src]$ qdstat -m  | grep qd_pn_free_link_session_t
>   qd_pn_free_link_session_t  32     64     128         1,024   1,024       0          0
> [gmurthy@localhost src]$ qdstat -m  | grep qd_pn_free_link_session_t
>   qd_pn_free_link_session_t  32     64     128         1,216   1,216       0          0
> [gmurthy@localhost src]$ 
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org