Comment 9 for bug 1974057

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-dynamic-routing (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/neutron-dynamic-routing/+/849512
Committed: https://opendev.org/openstack/neutron-dynamic-routing/commit/ed1ffb194921285fb89d92a35ffbc04cc2610861
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit ed1ffb194921285fb89d92a35ffbc04cc2610861
Author: Renat Nurgaliyev <email address hidden>
Date: Wed May 18 17:38:39 2022 +0200

    Consume BGP service plugin queue in RPC workers

    This patch adds BGP service plugin RPC queue to RPC workers, like it is
    done in other Neutron service plugins (l3-plugin, metering, etc.).
    Without it some RPC requests and AMQP heartbeats are not processed in
    time, causing AMQP connection dropping, and other unpredictable unwanted
    behavior.

    Closes-Bug: #1974057
    Change-Id: I1b13f01ca47c8390f1361e01d5eb313fe2fc417f
    (cherry picked from commit b9c085b85f3f2912d77050a33667f88b8edd6ca0)