the current plan is that 8.2.10 will be the last 8.2 release and it will arrive at about the same time as 8.4.0.
Once 8.4.0 is out, any future 8.2 releases will be security patches only and with luck
there won't be any need for them.
-tj
On 8/26/2015 7:58 PM, Tom Downes wrote:
I had understood an 8.2.10 not to be in the works and that focus was on 8.4.0. Thanks for correcting my understanding.
--Tom Downes
Senior Scientist and Data CenterÂManager
Center for Gravitation, Cosmology and Astrophysics
University of Wisconsin-Milwaukee
414.229.2678
On Wed, Aug 26, 2015 at 7:19 PM, Evan Sarmiento <esarmien@xxxxxxxxxxxxx> wrote:
Hi Tom,
According toThis fix is being backported in 8.2.10.
Best,Evan
Evan Sarmeinto
On Wed, Aug 26, 2015 at 8:06 PM, Tom Downes <downes@xxxxxxx> wrote:
Jaime:
Can you define "next release"? 8.3-only or do you consider it a bug in the backported version as well?
--Tom Downes
Senior Scientist and Data CenterÂManager
Center for Gravitation, Cosmology and Astrophysics
University of Wisconsin-Milwaukee
414.229.2678
On Wed, Aug 26, 2015 at 9:43 AM, Jaime Frey <jfrey@xxxxxxxxxxx> wrote:
On Aug 25, 2015, at 1:26 PM, Jaime Frey <jfrey@xxxxxxxxxxx> wrote:
On Aug 24, 2015, at 11:49 AM, Evan Sarmiento <esarmien@xxxxxxxxxxxxx> wrote:
Hi All,
I installed HTCondor 8.2.9 and turned on ALLOW_PSLOT_PREEMPTION by setting it to True on all my startds, schedds, and the negotiator. I have two startds configured as such:
ALLOW_PSLOT_PREEMPTION = TrueNEGOTIATOR_USE_SLOT_WEIGHTS = trueNUM_SLOTS_TYPE_1 = 1SLOT_TYPE_1 = 100%SLOT_TYPE_1_PARTITIONABLE = TrueSLOT_WEIGHT = CpusSTARTD_SLOT_ATTRS =Â
However, when enabled, I canât get *any* pre-emption to occur. The Negotiator doesnât even attempt to pre-empt any jobs.
When I turn off ALLOW_PSLOT_PREEMPTION, I can pre-empt like jobs that use the same resources as expected.
Has anyone else run into this?
I dug into the source code a little and it appears like jobs that want pslot preemption need âWantPslotPreemptionâ in the ClassAd request, just to make sure, I made a job like this and even set nice_user so it could defenitley be pre-empted by any other job, but, no pre-emption occurs.
executable = /usr/bin/yesuniverse = vanillaoutput = /dev/nullerror = /dev/nulllog = /dev/nullnice_user = True+WantPslotPreemption = Truequeue 11
Any ideas?
First, the easy part: The WantPslotPreemption attribute is inserted by the schedd into the job ads that it sends to the negotiator to indicate that it understands a pslot preemption match, which involves claiming multiple slots on the execute machine. You shouldnât set it in your submit file.
What form of preemption are you expecting thatâs not occurring with pslot preemption enabled, user priority-based or startd rank-based? I just did a quick test with startd rank-based preemption and it worked in my test pool.
Thereâs a bug in the code that prevents pslot preemption from working for user priority-based preemption. Currently, it only works for preemption based on startd rank. Weâll fix that in the next release.
Thanks and regards,Jaime FreyUW-Madison HTCondor Project
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________ HTCondor-users mailing list To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users The archives can be found at: https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/