Comment 2 for bug 1392102

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

Reviewed: https://review.openstack.org/134078
Committed: https://git.openstack.org/cgit/stackforge/murano/commit/?id=5cc02804902b78a83d2ee3a5698f4807a13ebde6
Submitter: Jenkins
Branch: master

commit 5cc02804902b78a83d2ee3a5698f4807a13ebde6
Author: Stan Lagun <email address hidden>
Date: Thu Nov 13 02:33:57 2014 +0300

    Fix method lock release upon exception

    Method lock was not released if method execution was ended
    with uncaught exception. As a result dead lock could occur.
    This commit moves lock release code into finally block

    Change-Id: Ie5794c55c9d5a30cd3255ac06e9af944eb732bb1
    Closes-Bug: #1392102