git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4b4aac
)
comments
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 10 Jul 2008 08:07:35 +0000
(08:07 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 10 Jul 2008 08:07:35 +0000
(08:07 +0000)
org.glite.lb.server/src/db_store.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/db_store.c
b/org.glite.lb.server/src/db_store.c
index
2ef84f2
..
b6e402d
100644
(file)
--- a/
org.glite.lb.server/src/db_store.c
+++ b/
org.glite.lb.server/src/db_store.c
@@
-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;