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

Re: [Condor-users] Can not get RemoteWallClockTime or CommittedTime report any value other than 0.0





On 4/25/11 12:11 PM, Todd Tannenbaum wrote:

The big point of confusion here is that the updates to
RemoteWallClockTime are not persistent until the job stops running.
This means they are not visible to condor_q while the job is running.

Minor aside, besides when the job stops running, I think the config knob WALL_CLOCK_CKPT_INTERVAL can periodically sync wall clock time to disk. See
  http://www.cs.wisc.edu/condor/manual/v7.6/3_3Configuration.html#18369

True. However, this periodically updates an attribute named WallClockCheckpoint. This does not update RemoteWallClockTime while the job is running. This muddies the waters further, because WallClockCheckpoint is not in the copy of the job ad that is used to evaluate periodic expressions while the job is running.

--Dan