Maor Lipchuk has posted comments on this change.

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


Patch Set 37: (1 inline comment)

....................................................
File backend/manager/dbscripts/async_tasks_sp.sql
Line 58:       WHERE task_id = v_task_id;
Line 59: END; $procedure$
Line 60: LANGUAGE plpgsql;
Line 61: 
Line 62: Create or replace FUNCTION InsertOrUpdateAsyncTasks(v_action_type 
INTEGER,
You should also change the stored procedure which use function 
(AsyncTaskDAODbFacadeImpl#saveOrUpdate)
Line 63:        v_result INTEGER,
Line 64:        v_status INTEGER,
Line 65:        v_vdsm_task_id UUID,
Line 66:        v_task_id UUID,


-- 
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: 37
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Ravi Nori <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to