From 29f10ff0c13d1e9a1d31e447d42ddff139cd9c70 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Thu, 19 May 2005 11:58:52 +0000 Subject: [PATCH] event & state definitions for shallow resubmissions --- org.glite.lb/project/events.T | 8 ++++++-- org.glite.lb/project/status.T | 6 ++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index b8e5399..f048a2d 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -86,13 +86,14 @@ _code_ CALLING the logging component is caller _code_ CALLED the logging component is callee -@type Running Executable started +@type Running Job wrapper started string node worker node where the executable is run @type Resubmission Result of resubmission decision int result result code - _code_ WILLRESUB will be resubmitted + _code_ WILLRESUB will be resubmitted (deep resubmission) _code_ WONTRESUB will not be resubmitted + _code_ SHALLOW shallow resubmission (user payload has not started yet) string reason reason for the decision string tag value of the attribute on which the decision is based @@ -181,3 +182,6 @@ port dest_port destination port string jobstat job status +@type ReallyRunning User payload started + _optional_ + string wn_seq sequence code on the worker node diff --git a/org.glite.lb/project/status.T b/org.glite.lb/project/status.T index 10071ac..5c409a8 100644 --- a/org.glite.lb/project/status.T +++ b/org.glite.lb/project/status.T @@ -64,6 +64,12 @@ bool expectUpdate Some logged information has not arrived yet string expectFrom Sources of the missing information string acl ACL of the job +bool payload_running User payload started +strlist possible_destinations Possible job destinations + _special_ XMLstructured +strlist possible_ce_nodes CE nodes matching to possible_destinations + _special_ XMLstructured + @type Submitted entered by the user to the User Interface or registered by Job Partitioner @type Waiting Accepted by WMS, waiting for resource allocation @type Ready Matching resources found -- 1.8.2.3