[ 
https://issues.apache.org/jira/browse/QPID-7875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Richardson updated QPID-7875:
-----------------------------------
    Description: 
When deleting routes/queue routes, qpid-route first retrieves the inter-broker 
link on which the route is to be deleted, then (having deleted the bridge and 
only if configured to delete the link) gets the same link again in order to 
close it. This results in an extra RPC call which unnecessarily reads all links 
from the broker a second time.

PR: https://github.com/apache/qpid-cpp/pull/6

  was:
When deleting routes/queue routes, qpid-route first retrieves the inter-broker 
link on which the route is to be deleted, then (having deleted the bridge and 
only if configured to delete the link) gets the same link again in order to 
close it. This results in an extra RPC call which unnecessarily reads all links 
from the broker a second time.

PR:


> qpid-route fetches links multiple times when deleting routes
> ------------------------------------------------------------
>
>                 Key: QPID-7875
>                 URL: https://issues.apache.org/jira/browse/QPID-7875
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>    Affects Versions: qpid-cpp-1.36.0
>            Reporter: Chris Richardson
>
> When deleting routes/queue routes, qpid-route first retrieves the 
> inter-broker link on which the route is to be deleted, then (having deleted 
> the bridge and only if configured to delete the link) gets the same link 
> again in order to close it. This results in an extra RPC call which 
> unnecessarily reads all links from the broker a second time.
> PR: https://github.com/apache/qpid-cpp/pull/6



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to