[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Hibernate and Cron interference



12:14:35 Got INVALIDATE_STARTD_ADS
12:14:35 In OfflineCollectorPlugin::expire()
12:14:35 Added ad to persistent store key=<slot1@xxxxxxxxxxxxxxxxxxxxxx,172.22.0.145>
12:14:35 (Invalidated 0 ads)
12:14:35 In OfflineCollectorPlugin::expire()
12:14:35 OfflineCollectorPlugin::persistentStoreRemove: Replacing existing offline ad.
12:14:35 Added ad to persistent store key=<slot1@xxxxxxxxxxxxxxxxxxxxxx,172.22.0.145>
12:14:35 (Invalidated 0 ads)
12:14:35 In OfflineCollectorPlugin::update ( 13 )
12:14:35 Removed ad from persistent store key=<slot1@xxxxxxxxxxxxxxxxxxxxxx,172.22.0.145>
	Even if you want EXPIRE_INVALIDATE_ADS to be true for other 
reaons, if you set to false and re-run this experiment, does the offline 
ad with the proper HibernationLevel get preserved?  (An equivalent test 
should be to set ABSENT_REQUIREMENTS to FALSE.)
	Thought: the "stray" ad you originally noted being sent of UDP is 
being sent over TCP and then the startd invalidates its ad when the 
machine shutting down sends the SIGTERMs.  At that point, the 
HibernationLevel is 0 and the ad becomes absent.
- ToddM