Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] slight bug in dynamic slots
- Date: Mon, 16 May 2011 10:35:40 -0400
- From: Erik Aronesty <erik@xxxxxxx>
- Subject: [Condor-users] slight bug in dynamic slots
When a job on a dynamic slot (slot1.1 for example) completes, the
dynamic slot is marked as "available/unclaimed" for a brief window of
time before it is reaped and the resources it consumes are made
available to the primary slot (slot1).
During that time a job can be scheduled on it.... a job with far less
RAM or #CPUS than the slot has reserved.
This results in a large inefficiency in job allocation when the queue
is very busy, and there are lots of mixed jobs... some reserving high
numbers of cpus and others reserving few.
- ERik