Yaniv Bronhaim has posted comments on this change.

Change subject: core Change HibernateVmCommand to persist all placeholders
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/HibernateVmCommand.java
Line 39: @LockIdNameAttribute
Line 40: @DisableInPrepareMode
Line 41: @NonTransactiveCommandAttribute(forceCompensation = true)
Line 42: public class HibernateVmCommand<T extends HibernateVmParameters> 
extends VmOperationCommandBase<T> {
Line 43:     protected static final String TASK1_KEY = "SaveImage";
ok, after understanding that those strings are part of commandBase, which means 
each command holds its own strings, I understand that such collisions don't 
exist; still not sure I understood the usage of those keys.. you might need to 
add more info to the commit message to clarify more how we use those keys to 
persist the tasks
Line 44:     protected static final String TASK2_KEY = "SaveRAMState";
Line 45:     private boolean isHibernateVdsProblematic = false;
Line 46:     /**
Line 47:      * Constructor for command creation when compensation is applied 
on startup


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I7d830fb9a4afe943524b06d64e7840436fb6b7e8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybron...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to