Change in ovirt-engine[master]: core: handle down VM in separate thread on destroy

Arik Hadas has submitted this change and it was merged. Change subject: core: handle down VM in separate thread on destroy ...................................................................... core: handle down VM in separate thread on destroy We used to execute the handling of down VM in a new transaction in DestroyVmVDSCommand so it won't be affected by the current transaction. Now that this handling is made on a different thread, there is no need for the new transaction anymore. Change-Id: I1f20edfece133465aade00127ff973da9b726975 Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/DestroyVmVDSCommand.java 1 file changed, 2 insertions(+), 20 deletions(-) Approvals: Omer Frenkel: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/28222 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1f20edfece133465aade00127ff973da9b726975 Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
ahadas@redhat.com