Comment 9 for bug 1618852

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-web (stable/newton)

Reviewed: https://review.openstack.org/449047
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=d7ee3e8e4bfdd383c39e0b6ccd25cfdd72463150
Submitter: Jenkins
Branch: stable/newton

commit d7ee3e8e4bfdd383c39e0b6ccd25cfdd72463150
Author: Georgy Kibardin <email address hidden>
Date: Wed Mar 15 13:36:05 2017 +0300

    Moving task cache update into task creation transaction

    Doing this we avoid inclusion of task cache update statement into the next
    transaction which may cause different problems such as deadlocks.
    (update happens inside make_astute_message() function)

    Change-Id: I865b98beb621bee089cf79f1304498fd3637d64f
    Closes-Bug: #1618852
    (cherry picked from commit 2caa56fa6e6d70b62d60867b78f0dddb33aa6b18)