dmwm / CRAB2

CRAB2
2 stars 11 forks source link

if there's no AppExitCode JobExit code is not updated at crab -status time by remoteGlidein #923

Closed ericvaandering closed 10 years ago

ericvaandering commented 10 years ago

Original Savannah ticket 102455 reported by belforte on Mon Sep 2 10:20:27 2013.

i.e. from crab.log:

2013-09-02 16:03:04,844 [DEBUG] Execute command : gsissh -o ControlMaster=auto -o ControlPath=/tmp/belforte/.ssh/ssh-link-448078102-submit-4.t2.ucsd.edu -o BatchMode=yes -o StrictHo stKeyChecking=no -o ForwardX11=no submit-4.t2.ucsd.edu "cd belforte_crab_0_130902_155134_62zq4g; egrep -H WrapperExitCode|ExeExitC ode crabfjr*xml|tr '_.\t"' ' '|awk '{print \$3" "\$7" "\$9}'" 2013-09-02 16:03:05,403 [DEBUG] Status,output= 0 1 10034 WrapperExitCode 2013-09-02 16:03:06,260 [INFO]
ID END STATUS ACTION ExeExitCode JobExitCode E_HOST


1 N Done Terminated cit-gatekeeper.ultralight.org 2 N Created Created
3 N Created Created

this is due to bad indentation in SchedulerRemoteglidein.py in BossLite, so will need a new ProdCommon tag

ericvaandering commented 10 years ago

Comment by belforte on Mon Sep 2 10:33:21 2013

fix tested and committed

/local/reps/CMSSW/COMP/PRODCOMMON/src/python/ProdCommon/BossLite/Scheduler/SchedulerRemoteglidein.py,v <-- SchedulerRemoteglidein.py new revision: 1.29; previous revision: 1.28

ericvaandering commented 10 years ago

Comment by belforte on Mon Sep 2 10:38:43 2013

typo slipped in, new version /local/reps/CMSSW/COMP/PRODCOMMON/src/python/ProdCommon/BossLite/Scheduler/SchedulerRemoteglidein.py,v <-- SchedulerRemoteglidein.py new revision: 1.30; previous revision: 1.29

ericvaandering commented 10 years ago

Comment by belforte on Tue Sep 3 09:05:18 2013

tagged as PRODCOMMON_0_12_18_CRAB_57 and added to Crab client

/local/reps/CMSSW/COMP/CRAB/python/PrepareTarBall.sh,v <-- PrepareTarBall.sh new revision: 1.197; previous revision: 1.196

belforte commented 10 years ago

fix released in CRAB_2_9_1