Comment 1 for bug 1862648

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

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

commit b85c273639f30cbffd95bfb92564adc8fb586465
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Feb 6 13:28:34 2020 +0000

    [OVN] Reduce the number of watched tables in MetadataProxyHandler

    This patch changes the SB IDL from the MetadataProxyHandler class to
    only watch the two required tables for it to function.

    The more tables it monitors, the bigger the burden is on the OVSDB to
    keep all the in-memory replicas updated. In special, the Chassis table
    can generate a lot of events due to the agents health check mechanism
    in the OVN driver so, removing it will prevent many events from being
    sent across the fabric.

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