Comment 14 for bug 1824911

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

Reviewed: https://review.opendev.org/658504
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=88a362df09aaf54fd961c41f2175718f184cde0e
Submitter: Zuul
Branch: stable/rocky

commit 88a362df09aaf54fd961c41f2175718f184cde0e
Author: LIU Yulong <email address hidden>
Date: Fri Apr 26 15:42:32 2019 +0800

    Async notify neutron-server for HA states

    RPC notifier method can sometimes be time-consuming,
    this will cause other parallel processing resources
    fail to send notifications in time. This patch changes
    the notify to asynchronous.

    Closes-Bug: #1824911
    Change-Id: I3f555a0c78fbc02d8214f12b62c37d140bc71da1
    (cherry picked from commit 0f471a47c073eb0cf2ed68c30482e1ae71ff6927)