Comment 1 for bug 1180515

Revision history for this message
Khai Do (zaro0508) wrote :

Looking at this issue again. I'm not quite that enforcing this requirement is the right behavior. I'm thinking of this specific case:
  1. jenkins master and a few slaves all with executors on them.
  2. user enables the gearman-plugin. gearman-plugin spawns a gearman worker for each executor.
  3. user decides to disable the master by setting executors on master to 0.

Now do we automatically disable the gearman-pluign? disabling gearman-plugin would stop all executors. This doesn't seem right. I think it's better to allow gearman-plugin to run without this requirement, you just won't get the gearman management functionality (stop, set_description, etc..).