Michael Kublin has posted comments on this change.

Change subject: [WIP] core: Handling transactivity at ShutdownVmCommand
......................................................................


Patch Set 2: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ShutdownVmCommand.java
Line 13: import org.ovirt.engine.core.compat.Guid;
Line 14: import org.ovirt.engine.core.utils.log.Log;
Line 15: import org.ovirt.engine.core.utils.log.LogFactory;
Line 16: import org.ovirt.engine.core.dal.VdcBllMessages;
Line 17: 
we don't need forceCompensation=true, because of we don't keep anything at 
compensation context
Line 18: @NonTransactiveCommandAttribute(forceCompensation=true)
Line 19: public class ShutdownVmCommand<T extends ShutdownVmParameters> extends 
StopVmCommandBase<T> {
Line 20:     public ShutdownVmCommand(T shutdownVmParamsData) {
Line 21:         super(shutdownVmParamsData);


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I373d921fbecbd2fee79c5a430b428f7f20246051
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Michael Kublin <mkub...@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