LM always logs WILLRESUB
authorMiloš Mulač <mulac@civ.zcu.cz>
Fri, 23 Sep 2005 08:08:33 +0000 (08:08 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Fri, 23 Sep 2005 08:08:33 +0000 (08:08 +0000)
deep/shallow decision comes from WM

org.glite.lb.client/examples/resubmitted.l
org.glite.lb.client/examples/shallow_and_full_resub.l
org.glite.lb.client/examples/shallow_resub_complex.l
org.glite.lb.client/examples/shallow_resub_simple.l
org.glite.lb.client/examples/shallow_resub_simple2.l

index 0051f40..df5d055 100644 (file)
@@ -9,12 +9,12 @@
 
 ! DESTINATION=CE2/queue2
 ! CE_NODE=worker2
-:resubmission:
+:resubmission_deep:
 
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
 -s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE3/queue3
 ! CE_NODE=worker3
-:resubmission:
+:resubmission_deep:
 
index 7911d92..50f3718 100644 (file)
@@ -5,27 +5,29 @@
 :running:
 
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
--s LogMonitor, -e Resubmission, --result=SHALLOW, --reason="let's try again", --tag=none
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE2/queue2
 ! CE_NODE=worker2
-:resubmission:
+:resubmission_shallow:
 
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
--s LogMonitor, -e Resubmission, --result=SHALLOW, --reason="let's try again", --tag=none
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE3/queue3
 ! CE_NODE=worker3
-:resubmission:
+:resubmission_shallow:
 
 -s LogMonitor, -e ReallyRunning, --wn_seq="$EDG_WL_SEQUENCE"
 
+# deep resubmission
+
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
 -s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE2/queue2
 ! CE_NODE=worker2
-:resubmission:
+:resubmission_deep:
 
 #       payload_running=false
 #       destination=CE2/queue2
index 258274c..9932d29 100644 (file)
@@ -5,19 +5,19 @@
 :running:
 
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
--s LogMonitor, -e Resubmission, --result=SHALLOW, --reason="let's try again", --tag=none
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE2/queue2
 ! CE_NODE=worker2
-:resubmission:
+:resubmission_shallow:
 ! BRANCH_SEQUENCE="$EDG_WL_SEQUENCE"
 
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
--s LogMonitor, -e Resubmission, --result=SHALLOW, --reason="let's try again", --tag=none
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE3/queue3
 ! CE_NODE=worker3
-:resubmission:
+:resubmission_shallow:
 
 -s LogMonitor, -e ReallyRunning, --wn_seq="$BRANCH_SEQUENCE"
 
 #      possible_destinations=CE1/queue1 CE2/queue2 CE3/queue3
 #      possible_ce_nodes=worker1 worker2 worker3
 
+# deep resubmission
+
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
 -s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE4/queue4
 ! CE_NODE=worker4
-:resubmission:
+:resubmission_deep:
 
 #       payload_running=false
 #       destination=CE4/queue4
index 18800a3..a0e04d3 100644 (file)
@@ -5,18 +5,18 @@
 :running:
 
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
--s LogMonitor, -e Resubmission, --result=SHALLOW, --reason="let's try again", --tag=none
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE2/queue2
 ! CE_NODE=worker2
-:resubmission:
+:resubmission_shallow:
 
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
--s LogMonitor, -e Resubmission, --result=SHALLOW, --reason="let's try again", --tag=none
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE3/queue3
 ! CE_NODE=worker3
-:resubmission:
+:resubmission_shallow:
 
 -s LogMonitor, -e ReallyRunning, --wn_seq="$EDG_WL_SEQUENCE"
 
index 384f444..a1e17b4 100644 (file)
@@ -5,19 +5,19 @@
 :running:
 
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
--s LogMonitor, -e Resubmission, --result=SHALLOW, --reason="let's try again", --tag=none
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE2/queue2
 ! CE_NODE=worker2
-:resubmission:
+:resubmission_shallow:
 ! BRANCH_SEQUENCE="$EDG_WL_SEQUENCE"
 
 -s LogMonitor, -e Done, --status_code=FAILED, --reason="reason for the change", --exit_code=141
--s LogMonitor, -e Resubmission, --result=SHALLOW, --reason="let's try again", --tag=none
+-s LogMonitor, -e Resubmission, --result=WILLRESUB, --reason="let's try again", --tag=none
 
 ! DESTINATION=CE3/queue3
 ! CE_NODE=worker3
-:resubmission:
+:resubmission_shallow:
 
 -s LogMonitor, -e ReallyRunning, --wn_seq="$BRANCH_SEQUENCE"