Comment 7 for bug 1618852

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

Reviewed: https://review.openstack.org/445869
Committed: https://git.openstack.org/cgit/openstack/fuel-web/commit/?id=2caa56fa6e6d70b62d60867b78f0dddb33aa6b18
Submitter: Jenkins
Branch: master

commit 2caa56fa6e6d70b62d60867b78f0dddb33aa6b18
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