[
https://issues.apache.org/jira/browse/DISPATCH-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ganesh Murthy updated DISPATCH-1378:
------------------------------------
Affects Version/s: 1.8.0
> 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
> Affects Versions: 1.8.0
> Reporter: Ken Giusti
> Assignee: Ken Giusti
> Priority: Major
> Fix For: 1.9.0
>
>
> 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
(v8.3.2#803003)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]