|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/tools/InstallerTranslator.java
test/src/test/java/hudson/tools/InstallerTranslatorTest.java
http://jenkins-ci.org/commit/jenkins/17d90931655e6c67651ec371344552d7c23bdcda
Log:
[FIXED JENKINS-17667] Fixed race condition when running tool installers on many slaves at once.
Correcting change made in #1176, which introduced an NPE, to restore original logic merely wrapped in a synchronized block.
Reproduced NPE in new functional test (original bug probably very hard to reproduce).
Compare: https://github.com/jenkinsci/jenkins/compare/84d49ceef2d6...17d90931655e