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

Re: [HTCondor-users] Concurrency limits and multiple negotiators



You are correct,  concurrency_limits are assuming a single negotiator is managing the limit. 

-tj


From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Jeff Templon <templon@xxxxxxxxx>
Sent: Thursday, January 9, 2025 7:16 AM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] Concurrency limits and multiple negotiators
 
Yo,

We’re thinking about using concurrency limits to help solve an issue here on the local cluster.  Reading the documentation, it seems a perfect match:

This limit is applied globally to all jobs submitted from all schedulers across one HTCondor pool

However, later I read that the resources need to be defined

in the negotiator’s configuration file

Since we have multiple negotiators here, it’s hard to see how these limits will be in effect globally across the pool.  My guess is that this piece of the docs had forgotten that it was assuming Thou Shalt Only Have One Negotiator.  I thought it worth checking here : is that correct?  That the limits are not pool-wide, they are “negotiator segment wide” which in many cases means pool wide, but not always?  Or am I missing something?

JT