Comment 13 for bug 1929446

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

Reviewed: https://review.opendev.org/c/openstack/ovsdbapp/+/818446
Committed: https://opendev.org/openstack/ovsdbapp/commit/a2d3ef2a6491eb63b5ee961fc930070207a79d84
Submitter: "Zuul (22348)"
Branch: master

commit a2d3ef2a6491eb63b5ee961fc930070207a79d84
Author: Terry Wilson <email address hidden>
Date: Fri Nov 12 10:58:22 2021 -0600

    Add cooperative_yield() to OvsdbIdl

    On python-ovs 2.16.0+, overriding cooperative_yield() will allow
    potentially long-running CPU-intensive methods to cooperatively
    yield to greenthreads. This patch + ovs 2.16.0+ will resolve
    the related bug. I'll see if I can get cooperative_yield
    backported in OVS as well.

    Related-Bug: #1929446
    Change-Id: Ibd3c7427cbcab81253e0ed700174be09908bdef7