Allon Mureinik has posted comments on this change.

Change subject: 6. core: Persist all async task placeholders
......................................................................


Patch Set 16: (2 inline comments)

See inline comments

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/CommandBase.java
Line 143:     public void addChildCommandInfo(Guid id, VdcActionType 
vdcActionType, VdcActionParametersBase parameters) {
Line 144:         childCommandInfoMap.put(id, new Pair<VdcActionType, 
VdcActionParametersBase>(vdcActionType, parameters));
Line 145:     }
Line 146: 
Line 147:     protected List<VdcReturnValueBase> executeChildCommands() {
Code reuse - why doesn't this call executeChildCommand()?
Line 148:         List<VdcReturnValueBase> results = new ArrayList<>();
Line 149:         for (CommandBase<?> command : childCommandsMap.values()) {
Line 150:             
results.add(getBackendCommandObjectsHandler().runAction(command, 
getExecutionContext()));
Line 151:         }


Line 144:         childCommandInfoMap.put(id, new Pair<VdcActionType, 
VdcActionParametersBase>(vdcActionType, parameters));
Line 145:     }
Line 146: 
Line 147:     protected List<VdcReturnValueBase> executeChildCommands() {
Line 148:         List<VdcReturnValueBase> results = new ArrayList<>();
Initialize this with childCommandsMap.size()
Line 149:         for (CommandBase<?> command : childCommandsMap.values()) {
Line 150:             
results.add(getBackendCommandObjectsHandler().runAction(command, 
getExecutionContext()));
Line 151:         }
Line 152:         return results;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I66628b98298ed1f500946889604ad906f0a68022
Gerrit-PatchSet: 16
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to