-
Bug
-
Resolution: Unresolved
-
Major
Jenkins version 2.105 (latest)
All plugins updated
I have hundreds of pipeline jobs that are showing queued against the master, but not assigned to an executor. If I check each job, all the jobs are already completed (success or failures). They're just stuck. Restarting the master doesn't seem to help.
Job logs all show evidence of trying to resume the job after master restart:
[Pipeline] End of Pipeline Resuming build at Tue Feb 06 01:27:30 UTC 2018 after Jenkins restart [Pipeline] End of Pipeline
There are a ton of entries in org.jenkinsci.plugins.workflow.flow.FlowExecutionList.xml – are these the stuck jobs? I tried clearing them and bouncing the master, but they 'come back'
Eventually it seems like the master gets overloaded with these stuck jobs, and stops processing or dispatching jobs to slaves.