-
Bug
-
Resolution: Unresolved
-
Major
If a Matrix job has a 'weight' not equal to 1, it fails to start its children and just runs indefinitely. Also, it is shown as 'running' in Job view even after cancelling, which is fixed only by restarting Jenkins.
I think there is a problem with starting FlyWightTask. Jenkins wait for thread in "offer.event.block();" (Queue.java::830 .Jenkins code). Executor #-1 seems to not release, as it should.
FreeStyle projects starts normally even it's weight > 1.
- is duplicated by
-
JENKINS-18269 Can't build matrix-job with heavy build plugin set to >1
-
- Resolved
-
[JENKINS-11548] Heavy Job plugin not working with Matrix jobs
Description | Original: If a Matrix job has a 'weight' not equal to 1, it fails to start its children and just runs indefinitely. Also, it is shown as 'running' in Job view even after cancelling, which is fixed only by restarting Jenkins. |
New:
If a Matrix job has a 'weight' not equal to 1, it fails to start its children and just runs indefinitely. Also, it is shown as 'running' in Job view even after cancelling, which is fixed only by restarting Jenkins. I think there is a problem with starting FlyWightTask. Jenkins wait for thread in "offer.event.block();" (Queue.java::830 .Jenkins code). Executor #-1 seems to not release, as it should. FreeStyle projects starts normally even it's weight > 1. |
Labels | New: heavy-job matrix |
Assignee | New: Ivan Vovk [ ivovk ] |
Assignee | Original: Ivan Vovk [ ivovk ] | New: ittay [ ittay ] |
Assignee | Original: ittay [ ittay ] | New: Kohsuke Kawaguchi [ kohsuke ] |
Assignee | Original: Kohsuke Kawaguchi [ kohsuke ] | New: Mikhail Churikov [ mvchurik ] |
Link |
New:
This issue is duplicated by |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Component/s | Original: matrix [ 15501 ] |
Workflow | Original: JNJira [ 141775 ] | New: JNJira + In-Review [ 185391 ] |