Comment 7 for bug 1642537

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

Reviewed: https://review.openstack.org/648428
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=99b3f44eb138b02bd5e967cbbb1574ebcdbc6cc5
Submitter: Zuul
Branch: stable/stein

commit 99b3f44eb138b02bd5e967cbbb1574ebcdbc6cc5
Author: Matt Riedemann <email address hidden>
Date: Thu Jan 24 17:11:06 2019 -0500

    Add retry_on_deadlock to migration_update DB API

    Lots of different things can be updating the same migration
    record at the same time (different computes, the API, etc)
    and we see DBDeadlock errors on migration_update at times
    (and operators that do a lot of migrations have mentioned it
    also) so this change simply adds the retry_on_deadlock decorator
    to the migration_update DB API method.

    Change-Id: I98bbe96e4be5326e18ef2c2ac50c0d24993d52ec
    Closes-Bug: #1642537
    (cherry picked from commit 74f9bba9c7ac27df8f73d11fc317649ae22040fb)