Comment 4 for bug 1864675

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.opendev.org/714193
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f31ae53dd5cee1ebaec26dc563e8a3562f897b49
Submitter: Zuul
Branch: master

commit f31ae53dd5cee1ebaec26dc563e8a3562f897b49
Author: Brian Haley <email address hidden>
Date: Fri Mar 20 19:07:17 2020 +0000

    Revert "Switch to use cast method in dhcp_ready_on_ports method"

    This reverts commit 1a686fb401eca1843b81292fc88c13a2e6fd274d.

    With https://review.opendev.org/#/c/709824/ and this reverted, we
    have seen things work better in our large scale environment. Although
    cast() will return immediately, it can overwhelm the server by sending
    a lot of messages quickly, and won't necessarily prioritize the "new"
    ones, which are typically more important to mark as provisioned first.

    Change-Id: Ie61b222eec87c5613efc6a33553844c64a655a57
    Related-bug: #1864675