Michael Kublin has submitted this change and it was merged.
Change subject: core:After VM migration fail, dead lock is reached on the engine.log
(#840553)
......................................................................
core:After VM migration fail, dead lock is reached on the engine.log (#840553)
https://bugzilla.redhat.com/840553
The bug was caused by JobRepository, in order to fix a deadlock order of operation was
changed
from now all operation will be done on job table and after that on all other tables
Change-Id: I4fb5fb5b332a030678085ac21d72233f244e56c5
Signed-off-by: Michael Kublin <mkublin(a)redhat.com>
---
M backend/manager/dbscripts/job_sp.sql
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/job/JobRepositoryImpl.java
2 files changed, 12 insertions(+), 12 deletions(-)
Approvals:
Michael Kublin: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/6568
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4fb5fb5b332a030678085ac21d72233f244e56c5
Gerrit-PatchSet: 4
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: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>