From caec206127289387f26bba9649b225789e4eae8c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Fri, 23 Sep 2005 08:08:33 +0000 Subject: [PATCH] LM always logs WILLRESUB deep/shallow decision comes from WM --- org.glite.lb.client/examples/resubmitted.l | 4 ++-- org.glite.lb.client/examples/shallow_and_full_resub.l | 12 +++++++----- org.glite.lb.client/examples/shallow_resub_complex.l | 12 +++++++----- org.glite.lb.client/examples/shallow_resub_simple.l | 8 ++++---- org.glite.lb.client/examples/shallow_resub_simple2.l | 8 ++++---- 5 files changed, 24 insertions(+), 20 deletions(-) diff --git a/org.glite.lb.client/examples/resubmitted.l b/org.glite.lb.client/examples/resubmitted.l index 0051f40..df5d055 100644 --- a/org.glite.lb.client/examples/resubmitted.l +++ b/org.glite.lb.client/examples/resubmitted.l @@ -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: diff --git a/org.glite.lb.client/examples/shallow_and_full_resub.l b/org.glite.lb.client/examples/shallow_and_full_resub.l index 7911d92..50f3718 100644 --- a/org.glite.lb.client/examples/shallow_and_full_resub.l +++ b/org.glite.lb.client/examples/shallow_and_full_resub.l @@ -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 diff --git a/org.glite.lb.client/examples/shallow_resub_complex.l b/org.glite.lb.client/examples/shallow_resub_complex.l index 258274c..9932d29 100644 --- a/org.glite.lb.client/examples/shallow_resub_complex.l +++ b/org.glite.lb.client/examples/shallow_resub_complex.l @@ -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" @@ -27,12 +27,14 @@ # 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 diff --git a/org.glite.lb.client/examples/shallow_resub_simple.l b/org.glite.lb.client/examples/shallow_resub_simple.l index 18800a3..a0e04d3 100644 --- a/org.glite.lb.client/examples/shallow_resub_simple.l +++ b/org.glite.lb.client/examples/shallow_resub_simple.l @@ -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" diff --git a/org.glite.lb.client/examples/shallow_resub_simple2.l b/org.glite.lb.client/examples/shallow_resub_simple2.l index 384f444..a1e17b4 100644 --- a/org.glite.lb.client/examples/shallow_resub_simple2.l +++ b/org.glite.lb.client/examples/shallow_resub_simple2.l @@ -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" -- 1.8.2.3