event & state definitions for shallow resubmissions glite-lb_branch_1_1_0_2_SHALLOW
authorAleš Křenek <ljocha@ics.muni.cz>
Thu, 19 May 2005 11:58:52 +0000 (11:58 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Thu, 19 May 2005 11:58:52 +0000 (11:58 +0000)
org.glite.lb/project/events.T
org.glite.lb/project/status.T

index b8e5399..f048a2d 100644 (file)
        _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
 
        port    dest_port       destination port
        string  jobstat         job status
 
+@type ReallyRunning    User payload started
+       _optional_
+       string  wn_seq          sequence code on the worker node
index 10071ac..5c409a8 100644 (file)
@@ -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