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 2019/06/28 21:03:00 UTC

[jira] [Commented] (DISPATCH-1378) missing lock of connection's links_with_work list

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

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

kgiusti commented on pull request #529: DISPATCH-1378: lock the links_with_work list when processing flow
URL: https://github.com/apache/qpid-dispatch/pull/529
 
 
   
 
----------------------------------------------------------------
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


> missing lock of connection's links_with_work list
> -------------------------------------------------
>
>                 Key: DISPATCH-1378
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1378
>             Project: Qpid Dispatch
>          Issue Type: Bug
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Major
>
> see qdr_link_flow_CT:
>  
> {{   //}}
> {{    // If the link was stalled due to internal backpressure from the transport, put it}}
> {{    // on the links-with-work list and activate the connection to resume sending.}}
> {{    //}}
> {{    if (link->stalled_outbound) {}}
> {{        link->stalled_outbound = false;}}
> {{        if (DEQ_SIZE(link->undelivered) > 0) {}}
> {{            // Adding this work at priority 0.}}
> {{ ===>        qdr_add_link_ref(link->conn->links_with_work, link, QDR_LINK_LIST_CLASS_WORK);}}
> {{            activate = true;}}
> {{        }}}
> {{    }}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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