Ignore ResourceUsage events in job state computation (fix #43767).
authorZdeněk Salvet <salvet@ics.muni.cz>
Fri, 27 Feb 2009 12:05:26 +0000 (12:05 +0000)
committerZdeně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

index 03914d0..ed9802e 100644 (file)
@@ -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 */