Comment 2 for bug 1408336

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

Reviewed: https://review.openstack.org/134524
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=f8e5161569802db64d1d7d1d4864f8a77c4fe2dd
Submitter: Jenkins
Branch: master

commit f8e5161569802db64d1d7d1d4864f8a77c4fe2dd
Author: Kiall Mac Innes <email address hidden>
Date: Tue Jan 6 14:13:49 2015 +0000

    Retry transactions on database deadlocks

    Retry transactions upon database deadlocks, helping to ensure all
    requests are processed even while there is contention on the
    domain.serial column.

    Additionally, due to the copy.deepcopy() introduced in the retry decorator, code which previously relied in the input values to central being mutated in place (only the tests, as everything else was over RPC so couldn't have been mutated in place) can no longer rely on this behavior.

    Change-Id: Id470608d7cc6c34c133803ba34b9bf242dc5e6ae
    Closes-Bug: 1408336