Comment 2 for bug 1739658

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

Reviewed: https://review.openstack.org/529672
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3e3bc32db064de5783d2aab3ebd3977d43d8eacb
Submitter: Zuul
Branch: master

commit 3e3bc32db064de5783d2aab3ebd3977d43d8eacb
Author: Matt Riedemann <email address hidden>
Date: Thu Dec 21 13:41:41 2017 -0500

    Add retry_on_deadlock decorator to action_event_start

    This decorator already exists on action_event_finish
    but we didn't think we'd need it on action_event_start,
    but looking at failures in the logs over the last 10 days
    it's clear we do.

    Change-Id: If11ebc64a3275a76d9ee6b39f1cd00f2ef0413de
    Closes-Bug: #1739658