Comment 2 for bug 1590298

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

Reviewed: https://review.openstack.org/326927
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=f21eed3998a793f5c40eb248469dc4245de3415a
Submitter: Jenkins
Branch: master

commit f21eed3998a793f5c40eb248469dc4245de3415a
Author: Kevin Benton <email address hidden>
Date: Tue Jun 7 14:28:59 2016 -0700

    Check for mysql SAVEPOINT error in retry decorator

    Due to lost savepoints in mysql on deadlock errors, we can get
    a non-existent savepoint error that is just masking a deadlock
    error. This patch adjusts the retry decorator to check for these
    savepoint errors as well. See the bug for more details about
    the failure.

    Closes-Bug: #1590298
    Change-Id: I29905817ad7c69986f182ff3f0d58496608cd665