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:
8a54423
)
Ignore ResourceUsage events in job state computation (fix #43767).
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Fri, 27 Feb 2009 12:05:26 +0000
(12:05 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Fri, 27 Feb 2009 12:05:26 +0000
(12:05 +0000)
org.glite.lb.server/src/process_event.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/process_event.c
b/org.glite.lb.server/src/process_event.c
index
03914d0
..
ed9802e
100644
(file)
--- a/
org.glite.lb.server/src/process_event.c
+++ b/
org.glite.lb.server/src/process_event.c
@@
-874,6
+874,8
@@
static int processEvent_glite(intJobStat *js, edg_wll_Event *e, int ev_seq, int
break;
case EDG_WLL_EVENT_LISTENER:
/* ignore, listener port is not part of job status */
+ case EDG_WLL_EVENT_RESOURCEUSAGE:
+ /* ignore, not reflected in job status */
case EDG_WLL_EVENT_CURDESCR:
case EDG_WLL_EVENT_CHKPT:
/* these three event are probably dead relics */