dmwm / CRAB2

CRAB2
2 stars 11 forks source link

wrong site reported for remote Glidein #840

Closed ericvaandering closed 10 years ago

ericvaandering commented 10 years ago

Original Savannah ticket 98893 reported by belforte on Fri Nov 16 10:22:28 2012.

when the first matched site fails and condor goes for a different gatekeeper, condor_history -userlog still reports the first match and so crab client shows wrong site.

Igor will look at it. He may need to be reminded.

ericvaandering commented 10 years ago

Comment by sfiligoi on Thu Dec 20 13:24:51 2012

I think I have fixed it, by improving on the way JOB_Gatekeeper is derived.

All jobs submitted from now on will have the new definition. Let's see if it works. (it did work for my test jobs)

Igor

Detail: Was JOB_Gatekeeper = ifthenelse(\ MATCH_GLIDEIN_Gatekeeper=!=UNDEFINED,\ MATCH_GLIDEIN_Gatekeeper,Used_Gatekeeper) now is JOB_Gatekeeper = ifthenelse(\ substr(Used_Gatekeeper,0,1)=!="$", Used_Gatekeeper, \ ifthenelse(\ MATCH_GLIDEIN_Gatekeeper=!=UNDEFINED,MATCH_GLIDEIN_Gatekeeper,\ "Unknown"))

ericvaandering commented 10 years ago

Comment by belforte on Thu Dec 20 13:34:43 2012

thanks Igor, so this is a change in FE and I need to do nothing on crab side. Correct ?

ericvaandering commented 10 years ago

Closed by belforte on Thu Dec 20 15:58:30 2012

ericvaandering commented 10 years ago

Comment by belforte on Thu Dec 20 15:58:30 2012

since I can't find those lines in crab/boss code, I guess it is really in the FE/condor config and hence not Crab. So I close.