[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-devel] re-thinking definition of TotalRunningJobs
- Date: Wed, 10 Mar 2010 16:48:44 -0700
- From: Erik Erlandson <eerlands@xxxxxxxxxx>
- Subject: [Condor-devel] re-thinking definition of TotalRunningJobs
(cribbed from earlier irc post to #distcomp)
Is anybody aware of potential negative impacts of simplifying the criteria for counting 'TotalRunningJobs' (aka scheduler.JobsRunning) to something like "just count all jobs with status = {RUNNING | IDLE | UNEXPANDED}"? It pertains to addressing gt#602, and also gt#642 and gt#334. One impact would be more jobs of certain kinds would be counted toward max-jobs limit. Which may be why current counting exceptions were put in place to begin with.
http://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=602
http://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=334
http://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=642
-Erik