-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Hudson 1.379, slave-squatter 1.1, heavy-job 1.0
(Couldn't find slave-squatter nor heavy-job as components, so posted in core)
I think there's a problem in the cooperation between these components.
I started using them yesterday to replace a more complicated mix of "heavy-slaves".
I have one slave with 8 executors. I configured it, using slave-squatter, to reserve 3 of these during office hours, leaving 5 for use. I then noticed a job with weight 3 claiming to wait for next available executor even though it was the only job in the queue and there were no builds on the slave (or anywhere, actually).
I tried lowering the reservation of the slave to 2 (i.e. 6 executors free) which caused the build to start - but having to keep an eye on these situations is not why I run Hudson
The only issue I could find that smells a bit like this was JENKINS-7033 (Job in build queue is not executed).
- is related to
-
JENKINS-7033 Job in build queue is not executed
-
- Reopened
-
-
JENKINS-8882 Slave-Squatter + Heavy-Job plugin causes many executor threads to die
-
- Resolved
-
-
JENKINS-15231 Job always wait for the next executor
-
- Resolved
-
[JENKINS-7667] Build waits for next available executor even if several are available
Link | New: This issue is related to JENKINS-7033 [ JENKINS-7033 ] |
Link |
New:
This issue is related to |
Attachment | New: load-predictor.patch [ 20275 ] |
Assignee | New: Kohsuke Kawaguchi [ kohsuke ] |
They smell a bit similar, but are maybe not?