Allon Mureinik has posted comments on this change.

Change subject: core: CompensationContext - add support for updated entity only.
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/25231/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java:

Line 457:                         } else {
Line 458:                             daoForEntity.update(entitySnapshot);
Line 459:                         }
Line 460:                         break;
Line 461:                     case UPDATED_ENTITY:
> what would you suggest? i'll change it.
How about UPDATED_ONLY?
Line 462:                         
daoForEntity.update((BusinessEntity<Serializable>)snapshotData);
Line 463:                         break;
Line 464:                     case NEW_ENTITY_ID:
Line 465:                         daoForEntity.remove(snapshotData);


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I527d8b95b82f76fb4ce0db7e6ec967c23b759524
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Ar <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Liron Ar <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Tal Nisan <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to