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

Re: [Condor-users] Estrange DAG behavior - idle job - negotiation time cycles



Hi Alfonso,
I suppose this is about negotiation time cycles, but, how can I
configure a shorter time?
You can add the NEGOTIATOR_INTERVAL attribute to your negotiator machine's config file to change the interval from the default 5 minutes. For example NEGOTIATOR_INTERVAL = 30 sets the time to 30 second periods. (As far as I remember there is a 20 sec hard limit between negotiations to avoid trashing.) But take care setting this setting: using low values for a heavily stressed negotiator can lead to timeouts. Take a look at the negotiatorLog file to see how much time it takes to get the negotiation
done for your pool. ("n seconds so far" message)

Hope it helps.

Cheers,
Szabolcs