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

[Condor-users] Schedd communication



Hi,

When schedd receives a new job, it
performs a chain of actions which
begins with:

1. Send ad to central manager
2. Call reschedule_negotiator

Looking in the log files, I see that
sometimes the order in which these
actions occur is reversed, i.e., 2;1.

That means that it is possible for the
negotiator to fetch from the collector
a set of ads which misses the latest ads
from schedd. Looking into the logs, this
seems to happen.

Is this a design decision, to have schedd
send the ads to the collector asynchronously
and invoke reschedule_negotiator without
waiting for the collector to receive the ads?

Thank you.
Gabriel Mateescu