[
https://issues.apache.org/jira/browse/DISPATCH-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16505004#comment-16505004
]
ASF GitHub Bot commented on DISPATCH-1023:
------------------------------------------
Github user ted-ross commented on a diff in the pull request:
https://github.com/apache/qpid-dispatch/pull/318#discussion_r193834441
--- Diff: src/router_core/transfer.c ---
@@ -1162,7 +1164,7 @@ static void qdr_deliver_continue_CT(qdr_core_t *core,
qdr_action_t *action, bool
}
// This is a multicast delivery
- if (qdr_is_addr_treatment_multicast(in_dlv->link->owning_addr)) {
+ if (qdr_is_addr_treatment_multicast(in_dlv->link->owning_addr) ||
in_dlv->multicast || in_dlv->settled) {
--- End diff --
If the latter is handling for multi-frame unicasts, then the comment above
is no longer accurate.
> qdr_deliovery_t objects leak in two router presettled case
> ----------------------------------------------------------
>
> Key: DISPATCH-1023
> URL: https://issues.apache.org/jira/browse/DISPATCH-1023
> Project: Qpid Dispatch
> Issue Type: Bug
> Components: Container
> Affects Versions: 1.0.1
> Reporter: Ganesh Murthy
> Assignee: Ganesh Murthy
> Priority: Major
> Fix For: 1.1.0
>
> Attachments: router1-qdrouterd.conf, router2-qdrouterd.conf,
> simple_send_large.py
>
>
> Start routers with the attached config files.
> Put a receiver on one router and a receiver on the other
> Send/receive about 10,000 large presettled messages
> Notice that the count of qdr_delivery_t objects in the output of qdstat -m
> keeps steadily increasing
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]