dmwm / CRAB2

CRAB2
2 stars 11 forks source link

when watchdog kicks in during stage out error is misreported #910

Closed ericvaandering closed 10 years ago

ericvaandering commented 10 years ago

Original Savannah ticket 102197 reported by belforte on Tue Aug 6 15:36:54 2013.

wrapper does not wait for watchdog to complete and close all processes, so the job ends with 60318 instead of 50664. Need to add a wait step before calling exit_func at the end of the wrapper. In crab_template.sh

ericvaandering commented 10 years ago

Comment by belforte on Wed Aug 7 06:39:34 2013

actually need to put the wait for watchdog in func_exit which is prepared by Scheduler.py

done and tested (damn difficult to make watchdog kick in reproducibly during stage out.. anyhow)

/local/reps/CMSSW/COMP/CRAB/python/Scheduler.py,v <-- Scheduler.py new revision: 1.109; previous revision: 1.108

ericvaandering commented 10 years ago

Closed by belforte on Tue Aug 20 09:53:40 2013

ericvaandering commented 10 years ago

Comment by belforte on Tue Aug 20 09:53:40 2013

fix released in Crab_2_9_0