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

Re: [HTCondor-users] Need help debugging HIBERNATE/ROOSTER



What makes "DaemonStartTime" break the expression above, once evaluation gets
that far?

It might be coincidence, given the size of our manual, but `DaemonStartTime` is _not_ listed as a machine ClassAd* attibute. The manual** specifies that HIBERNATE is evaluated in the context of "each slot on the machine", which I presume to mean a machine ad.

*: https://htcondor.readthedocs.io/en/latest/classad-attributes/machine-classad-attributes.html
**: https://htcondor.readthedocs.io/en/latest/admin-manual/configuration-macros.html#HIBERNATE

So I expect that if you actually `debug()` that expression, `DaemonStartTime` will be undefined.

- ToddM