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/06/24 12:17:00 UTC

[jira] [Commented] (DISPATCH-1690) Pre-delivery messages leak on link close

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

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

kgiusti opened a new pull request #766:
URL: https://github.com/apache/qpid-dispatch/pull/766


   If an incoming link fails/closes before the current inbound message
   has been forwarded to the core the current inbound message is not
   freed.  This patch adds a weak reference (safe pointer) in the link to
   the current inbound message.  This reference is cleared once the
   message has been delivered to the core.  Should the link close prior
   to delivery this weak reference is used to clean up the message.


----------------------------------------------------------------
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


> Pre-delivery messages leak on link close
> ----------------------------------------
>
>                 Key: DISPATCH-1690
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1690
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Router Node
>    Affects Versions: 1.12.0
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Blocker
>             Fix For: 1.13.0
>
>
> The router cannot forward an incoming message until enough of the message arrives to make forwarding possible.
> If the link is dropped before the message is able to be forwarded the message and its associated content & buffers is leaked.
>  



--
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