Michael Kublin has submitted this change and it was merged. Change subject: core : Fixing a release lock for case of MultipleActionRunner ......................................................................
core : Fixing a release lock for case of MultipleActionRunner When a frontend is performing a call via MultipleActionRunner, at case of InternalCanDoAction() failure no ExcecuteAction is called, that leads that at such case there are no release for internal lock The following patch will fix an issue Change-Id: I540495f97994f8f53cd072bb43cdeedfcdc46907 Signed-off-by: Michael Kublin <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 6 insertions(+), 5 deletions(-) Approvals: Michael Kublin: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4671 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I540495f97994f8f53cd072bb43cdeedfcdc46907 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
