-
Bug
-
Resolution: Fixed
-
Major
The jobConfigHistory plugin tracks changes to AbstractCloudSlaves and EphemeralNodes. This can cause high load and high memory usage. These slaves should simply not be tracked.
[JENKINS-22639] Configuration for CloudSlaves & Ephemeral Nodes is persisted
Labels | New: performance |
Assignee | Original: Mirko Friedenhagen [ mfriedenhagen ] | New: Stefan Brausch [ stefanbrausch ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 154750 ] | New: JNJira + In-Review [ 195014 ] |
Code changed in jenkins
User: Ryan Campbell
Path:
src/main/java/hudson/plugins/jobConfigHistory/ComputerHistoryListener.java
http://jenkins-ci.org/commit/jobConfigHistory-plugin/e4103327c5143bbe3c0955cf29bcffd342b6251e
Log:
JENKINS-22639Don't record changes to AbstractCloudSlaves or EphemeralNodesThis can result in high load when there are nodes coming online and offline quickly.