Mike Kolesnik has uploaded a new change for review. Change subject: core: Improve exception handling in end actions ......................................................................
core: Improve exception handling in end actions The end action didn't handle exceptions well, always trying to clean up the compensation if transaction was still active. However, if an exception had occurred in the end action, then actually it would be a good idea to compensate since rollback will follow. Also added a try catch for other cases when exception during the compensation can cause problems. Change-Id: I40f6c12512c5b71b16c1de0d97a509848e8a4beb --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java 1 file changed, 23 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/46/2446/1 -- To view, visit http://gerrit.ovirt.org/2446 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I40f6c12512c5b71b16c1de0d97a509848e8a4beb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Mike Kolesnik <mkole...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches