Yair Zaslavsky has posted comments on this change.

Change subject: core : Distingushing between entity and vdsm task ids
......................................................................


Patch Set 12: (2 inline comments)

In general - good work.
Some minor comments to be fixed.

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SPMAsyncTask.java
Line 233:     }
Line 234: 
Line 235:     protected void RemoveTaskFromDB() {
Line 236:         try {
Line 237:             if 
(DbFacade.getInstance().getAsyncTaskDao().removeByVdsmId(getVdsmTaskId()) != 0) 
{
s/removeByVdsmId/remoeByVdsmTaskId
Line 238:                 log.infoFormat("BaseAsyncTask::RemoveTaskFromDB: 
Removed task {0} from DataBase", getVdsmTaskId());
Line 239:             }
Line 240:         }
Line 241: 


....................................................
File 
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/AsyncTaskDAO.java
Line 92:      * Removes the specified task according to its VDSM task id.
Line 93:      * @param vdsmTaskId the VDSM task id.
Line 94:      * @return the number of tasks deleted
Line 95:      */
Line 96:     int removeByVdsmId(Guid vdsmTaskId);
s/removeByVdsmId/removeByVdsmTaskId


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I75e35773b18e342dbe61242829ce989b1f51ee70
Gerrit-PatchSet: 12
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@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