Daniel Beck commented on Bug JENKINS-21618

Issue seems obvious form the code:

  • LoadStatistics' "busy executors" count is (total - idle), but their definition in ComputerSet is inconsistent:
    • total: those that are online
    • idle: those that are (online or connecting) and accepting work

So nodes currently being connected are counted for the latter, not the former. IOW, you can have 0 total executors but >0 idle executors, leading to negative "busy" counts.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to