Yair Zaslavsky has posted comments on this change.

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


Patch Set 26: (3 inline comments)

....................................................
File 
backend/manager/dbscripts/upgrade/03_03_0210_add_vdsm_task_id_and_index_to_async_tasks.sql
Line 1: select fn_db_add_column('async_tasks', 'vdsm_task_id', 'UUID DEFAULT 
NULL');
Not sure that in future we will use this table (Gluster for example don't need 
to persist their tasks...).
I can tell you that in our discussions we many times say "this table should 
have been  called "vdsm_async_tasks".
We'll need to think this through.
But I don't entirely disqualify this.


Line 1: select fn_db_add_column('async_tasks', 'vdsm_task_id', 'UUID DEFAULT 
NULL');
Line 2: CREATE INDEX IDX_vdsm_task_id ON async_tasks(vdsm_task_id);
Please elaborate.
VDSM tasks may exist in the system for a long time.
What do you mean by periodic rebuild mechanim? cron job that does create/drop 
index?


....................................................
File 
backend/manager/modules/dal/src/test/java/org/ovirt/engine/core/dao/FixturesTool.java
Line 382:     public static final Guid GLUSTER_SERVER_UUID2 = new 
Guid("da9e2f09-2835-4530-9bf5-576c52b11942");
Line 383: 
Line 384:     public static final Guid GLUSTER_SERVER_UUID_NEW = new 
Guid("da9e2f09-2835-4530-9bf5-576c52b11943");
Line 385: 
Line 386:     protected static final Guid EXISTING_VDSM_TASK_ID = new 
Guid("140fd52b-3400-4cdd-8d3f-C9d03704b0aa");
+1
Line 387: 
Line 388:     /**
Line 389:      * A test provider that exists.
Line 390:      */


-- 
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: 26
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Ravi Nori <rn...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@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: Yaniv Bronhaim <ybron...@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