-
Bug
-
Resolution: Fixed
-
Major
Windows Service installer for the Jenkins master uses the "Redirect.log" to retrieve the result of the service start command. If the read issue happens, the file descriptor may be leaked. In such case new service start attempts within Jenkins will be failing till the instance restart.
- is related to
-
JENKINS-43930 Windows Agent Service Installer may leak File descriptors
-
- Resolved
-
Code changed in jenkins
User: Oleg Nenashev
Path:
core/src/main/java/hudson/lifecycle/WindowsInstallerLink.java
http://jenkins-ci.org/commit/jenkins/e63774decd7b8a9986e89cf2c2da393ae689a35e
Log:
JENKINS-42670- Fix the potential File descriptor leak in the Windows Service installer