Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] power management: ROOSTER_UNHIBERNATE not working
- Date: Fri, 17 Nov 2023 11:44:12 -0600 (CST)
- From: Todd L Miller <tlmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] power management: ROOSTER_UNHIBERNATE not working
11/17/23 08:53:44 In OfflineCollectorPlugin::update ( 13 )
This should almost certainly be 'OfflineCollectorPlugin::invalidate',
instead; command 13 is INVALIDATE_STARTD_ADS.
11/17/23 08:53:44 Removed ad from persistent store key=<slot1@xxxxxxxxxxxxxxxxxxx>
Is the condor_read() log message a problem or is it caused by the
machine hibernating?
I would expect it's caused by the SIGKILLs, but it's not
necessarily a problem.
Who/what else invalidates the persistent class ads?
That is a very good question. The log fragment starts with an ad
being added to the persistent store (but doesn't include the line saying
why), and includes a master ad invalidation, a startd ad invalidation, and
in the middle what looks like a startd update ad.
However, I noticed that you set
EXPIRE_INVALIDATED_ADS = TRUE
in order to turn on absent ads. Could you try setting that back to FALSE
(the default) and running the offline-ad experiment again?
- ToddM