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

[Condor-users] condor quill again (aging 'run' table)



Hi all,

we are trying to take some load of our servers by using condor_quill,
however it seems that quill is in a weird state right now. We started
with quill in late October and it looked fine, but when we now go
directly to the database and look at the 'run' table it seems that it
contains only aged information about jobs which are already gone.

atlasquill=# select count(*) from runs;
 count
--------
 589521
(1 row)

atlasquill=# select * from runs order by startts limit 5;
atlasquill=# select * from runs order by startts desc limit 5;

show that the erliest entries are from Oct 30th and the latest ones are
from 16th of November. Other tables seem to contain current information,
but this pretty large table seems to be outdated.

Anyone ever seen something like this? Anything we can do about this?

Cheers && TIA

Carsten