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)
Reviewed: https:/ /review. openstack. org/648428 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=99b3f44eb13 8b02bd5e967cbbb 1574ebcdbc6cc5
Committed: https:/
Submitter: Zuul
Branch: stable/stein
commit 99b3f44eb138b02 bd5e967cbbb1574 ebcdbc6cc5
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: I98bbe96e4be532 6e18ef2c2ac50c0 d24993d52ec f8f73d11fc31764 9ae22040fb)
Closes-Bug: #1642537
(cherry picked from commit 74f9bba9c7ac27d