Comment 5 for bug 1639338

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

Reviewed: https://review.openstack.org/394413
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=3428cb74f0a6fe05c23cf00dc66da4c1d9766409
Submitter: Jenkins
Branch: master

commit 3428cb74f0a6fe05c23cf00dc66da4c1d9766409
Author: Joanna Taryma <email address hidden>
Date: Mon Feb 27 13:39:37 2017 -0800

    Add support for DBDeadlock handling

    Wrap all DB write operations with oslo_db decorator to retry on
    deadlock. DBDeadlock exception can be raised quite often on Galera
    clusters under load.
    This also fixes an issue which causes conductor's periodic
    tasks to stop executing.

    Closes-Bug: #1637210
    Closes-Bug: #1639338
    Co-Authored-By: Vladyslav Drok <email address hidden>
    Co-Authored-By: Joanna Taryma <email address hidden>
    Change-Id: I61db83637adfd98a5394d1f570f3de4302c93497