-
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.
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.
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.