dmwm / CRAB2

CRAB2
2 stars 11 forks source link

race condition in job wrapper #864

Closed ericvaandering closed 10 years ago

ericvaandering commented 10 years ago

Original Savannah ticket 99758 reported by belforte on Fri Jan 11 14:38:06 2013.

CMSSW.sh does a mv $RUNTIME_AREA/rssLimit . after starting watchDog with ${RUNTIME_AREA}/crabWatchdog.sh &

but in some case it may happen that file is moved before crabWatchdog.sh had a chance to read it.

if a copy in '.' is needed, should use cp, not mv

see https://hypernews.cern.ch/HyperNews/CMS/get/crabFeedback/6444/1/1/1/1.html

ericvaandering commented 10 years ago

Comment by belforte on Fri Jan 18 11:16:56 2013

fixed and committed /local/reps/CMSSW/COMP/CRAB/python/cms_cmssw.py,v <-- cms_cmssw.py new revision: 1.394; previous revision: 1.393

ericvaandering commented 10 years ago

Closed by belforte on Tue Jan 29 06:41:10 2013

ericvaandering commented 10 years ago

Comment by belforte on Tue Jan 29 06:41:10 2013

released in CRAB_2_8_5