timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-28475] Job queued "Waiting for next available executor on master" - workers idle #7224

Open timja opened 9 years ago

timja commented 9 years ago

Jenkins Master with 4 executors, uses gearman and zuul to trigger jobs based on commits on gerrit.

I also have a job that is triggered on timer (to check smth).

After the upgrade, the job triggered on timer doesn't run anymore ("pending—Waiting for next available executor on master").
Master has 4 idle workers

Build Executor Status
1   Idle        
2   Idle        
3   Idle        
4   Idle

Jenkins logs don't show any errors when a job is triggered.


Originally reported by eduardbicerimatei, imported from: Job queued "Waiting for next available executor on master" - workers idle
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 9 years ago

hansenb40:

I have this same issue and a similar setup with gearman and zuul and the project was created using jenkins job builder.

If I create a free-form-project I have the same issue. The job sits idle and never gets started.

Any update?

timja commented 9 years ago

ganmo:

I have the same issue. And it seems to be related with the Gearman plugin and newer Jenkins I'm using latest LTS version 1.609.1 which also have the problem.
It works however if you use a slave node instead of master to execute jobs from Zuul. Use it as a temporary fix until this issue is resolved.