Comment 4 for bug 2028866

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ironic (stable/2023.1)

Reviewed: https://review.opendev.org/c/openstack/ironic/+/895038
Committed: https://opendev.org/openstack/ironic/commit/b35a9c78c6a5f1163df10738f799229144282e30
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit b35a9c78c6a5f1163df10738f799229144282e30
Author: Julia Kreger <email address hidden>
Date: Thu Jul 27 09:33:03 2023 -0700

    DB: Streamline allocation interactions

    We've discovered we can deadlock on allocations, and reviewing
    the code of both the test and the underlying db, it is sort of a
    "multiple things contribute scenario", but first up here is to
    streamline the allocations update process so we re-query after
    closing out the transaction.

    Change-Id: I46e78813787703819a61f69d4243271ec07e0983
    Partial-Bug: #2028866
    (cherry picked from commit cc9af373e7120bdf7699c370e118d5f11171b573)