Moti Asayag has posted comments on this change.

Change subject: CoCoAsyncTaskHelper: do not clear command if the parent has 
callback
......................................................................


Patch Set 5:

(1 comment)

https://gerrit.ovirt.org/#/c/41687/5/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/CoCoAsyncTaskHelper.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/tasks/CoCoAsyncTaskHelper.java:

Line 207:                 return retVal;
Line 208:             }
Line 209:         });
Line 210:     }
Line 211:     
^^^
Line 212:     private boolean shouldRemoveCommand(AsyncTask asyncTask) {
Line 213:         if (asyncTask == null || 
Guid.isNullOrEmpty(asyncTask.getCommandId())) {
Line 214:             return false;
Line 215:         }


-- 
To view, visit https://gerrit.ovirt.org/41687
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I2f939ebbb498a2ef7c0afd32acf75ba6cc37e301
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Liron Aravot <[email protected]>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Liron Aravot <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Ravi Nori <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to