Michael Kublin has posted comments on this change.

Change subject: core: Sometimes getting exception when trying to preview 
snapshots (#836162)
......................................................................


Patch Set 2: (3 inline comments)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/TryBackToAllSnapshotsOfVmCommand.java
Line 113:                 
snapshotsManager.addActiveSnapshot(newActiveSnapshotId, getVm(), 
getCompensationContext());
It has snapshot (for compensation) inside snapshotManger

Line 114:                 
snapshotsManager.removeAllIllegalDisks(previousActiveSnapshotId);
I don't sure, if we will fail after execute, the removed illegal disk will not 
be reverted

Line 135:                         tempVar.setParentParemeters(getParameters());
No, I opened a transaction , before all sons commands, the best solution is 
also to make TryBackToSnapshot not transactive, but it is not related to bug 
and can be done at different patch

--
To view, visit http://gerrit.ovirt.org/5825
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I07ec66f6c725827526250a03e04f133783ed7270
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkole...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to