Michael Kublin has submitted this change and it was merged.
Change subject: core: java.lang.reflect.InvocationTargetException when removing vm and
exporting it at the same time: Race (#840418)
......................................................................
core: java.lang.reflect.InvocationTargetException when removing vm and exporting it at the
same time: Race (#840418)
https://bugzilla.redhat.com/840418
The following patch is second part, these patch will intorduce using of lcok mechanism
during ExportVm, which will prevent
races on same vm
Change-Id: I1f9d8d8e6d047c9383cd9a5d5d855c68c3599b6c
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java
1 file changed, 10 insertions(+), 1 deletion(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/6362
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1f9d8d8e6d047c9383cd9a5d5d855c68c3599b6c
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>