comments
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 10 Jul 2008 08:07:35 +0000 (08:07 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 10 Jul 2008 08:07:35 +0000 (08:07 +0000)
org.glite.lb.server/src/db_store.c

index 2ef84f2..b6e402d 100644 (file)
@@ -149,6 +149,9 @@ db_parent_store(edg_wll_Context ctx, edg_wll_Event *ev, intJobStat *is)
 
   assert(ev->any.user);
 
+    // locked from edg_wll_LoadIntState() <- load_parent_intJobStat() <- update_parent_status()
+    // XXX: maybe it can be locked InShareMode there and re-locked ForUpdate here?
+
     if(edg_wll_StoreEvent(ctx, ev, NULL, &seq))
       goto err;