Comment 30 for bug 1929446

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

Reviewed: https://review.opendev.org/c/openstack/ovsdbapp/+/841738
Committed: https://opendev.org/openstack/ovsdbapp/commit/62ee94741206de8340eed16e89e4ddb55a8723d3
Submitter: "Zuul (22348)"
Branch: stable/xena

commit 62ee94741206de8340eed16e89e4ddb55a8723d3
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
    (cherry picked from commit a2d3ef2a6491eb63b5ee961fc930070207a79d84)