-
Bug
-
Resolution: Fixed
-
Minor
a node environment is set as the slave channel is established. The resulting EnvVar doesn't need to be computed again and again any time hudson.model.Computer#getEnvironment is called. This has a bad side effect when a plugin involved in build queue need to check node environment to determine if ti can host the build : relying on remoting IO within a syncrhonized block can just block the queue processing.
- depends on
-
JENKINS-27178 Execute shell is terminated randomly
-
- Resolved
-
- is related to
-
JENKINS-27188 BUILDID and BUILD_TAG from previous project
-
- Resolved
-
- links to
[JENKINS-26755] hudson.model.Computer#getEnvironment should be cached
Remote Link | New: This issue links to "PR 1559 (Web Link)" [ 12100 ] |
Labels | New: performance slave |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link |
New:
This issue is related to |
Link |
New:
This issue is related to |
Code changed in jenkins
User: Nicolas De Loof
Path:
core/src/main/java/hudson/model/Computer.java
http://jenkins-ci.org/commit/jenkins/e0a394ab8666163a6256cceb20a79afb297c564d
Log:
JENKINS-26755cache node environmentto prevent inefficient channel overuse