-
Bug
-
Resolution: Fixed
-
Major
Tracking for this zero-risk trivial fix: https://github.com/jenkinsci/jenkins/commit/252e1296099e838b8fba52221910442e0a757db4
[JENKINS-29568] When NodeProvisioner processes planned nodes, it must always call spent()
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | New: Stephen Connolly [ stephenconnolly ] |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Labels | Original: lts-candidate | New: cloud lts-candidate robustness |
Code changed in jenkins
User: Stephen Connolly
Path:
core/src/main/java/hudson/slaves/NodeProvisioner.java
http://jenkins-ci.org/commit/jenkins/4f0ca16b01abcd5ac84a9259736c2d96b1712354
Log:
[FIXED JENKINS-29568] A better fix
where a pending launch can be removed from the pending list and not have spent() called.
through, if there is one, will cover those instances.