-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 1.651.1, Pipeline Multibranch 2.3
Our own Jenkins Pipeline projects seem to be getting stuck in this state of "master is offline" when attempting to run on our clusters which have zero executors assigned to the master node.
It's unclear what, past a service restart, will clear this up
Steps to reproduce:
- Start a pipeline job
- forcing the master to run out of storage
- shutdown master, clear up storage
- restart master, confirm it's up
- observe that it is still marked as offline for a long time. 30+ minutes
- links to
I have never heard of this problem before, and have no idea offhand how it could occur, since as danielbeck notes, there is always a MasterComputer even if you have configured zero heavyweight executors—WorkflowJob uses flyweights.
As far as I know I lack administrative access to the server in question to do any live debugging.