Comment 5 for bug 1927077

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/789547
Committed: https://opendev.org/openstack/neutron/commit/317407fe61b76b8f0c250ce6fb18d93dd0b667d0
Submitter: "Zuul (22348)"
Branch: master

commit 317407fe61b76b8f0c250ce6fb18d93dd0b667d0
Author: Lucas Alvares Gomes <email address hidden>
Date: Tue May 4 11:33:20 2021 +0100

    [OVN] Check for lock in check_for_mcast_flood_reports

    The maintenance method check_for_mcast_flood_reports() was not checking
    if that instance of the maintenance task has a valid lock before trying
    to execute a transaction.

    This patch adds such check so instances of the maintenance task without
    a valid lock will just return.

    Change-Id: I791026058b37f06d1a19b5fb6823b9dbb2a3eca5
    Closes-Bug: #1927077
    Signed-off-by: Lucas Alvares Gomes <email address hidden>