-
Bug
-
Resolution: Fixed
-
Blocker
The fix of JENKINS-20046 seems to have introduced a critical error.
mvn -f .../jenkinsci/pipeline-stage-step-plugin -Dtest=StageStepTest\#basics -Djenkins.version=2.84 test
is OK. With 2.85:
... jenkins.util.AtmostOneTaskExecutor$1 call WARNING: null java.lang.StackOverflowError at hudson.model.Queue$Task.getCauseOfBlockage(Queue.java:1844) at org.jenkinsci.plugins.workflow.job.AfterRestartTask.isBuildBlocked(AfterRestartTask.java:60) at hudson.model.Queue$Task.getCauseOfBlockage(Queue.java:1844) at org.jenkinsci.plugins.workflow.job.AfterRestartTask.isBuildBlocked(AfterRestartTask.java:60) at hudson.model.Queue$Task.getCauseOfBlockage(Queue.java:1844) at ...
- blocks
-
JENKINS-20046 Massive Jenkins slowdown when jobs in Queue (due to Queue.maintain())
-
- Resolved
-
- links to
[JENKINS-47517] 2.85: StackOverflowError between Queue$Task.getCauseOfBlockage and workflow.job.AfterRestartTask.isBuildBlocked
Link |
New:
This issue blocks |
Assignee | New: Jesse Glick [ jglick ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "PR 3099 (Web Link)" [ 17901 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Resolved [ 5 ] |
Note: I have not yet checked for the user impact of this bug, e.g. whether it causes ATH failures in WorkflowPluginTest.