Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
Description
If you have some tool constantly pinging jobs/.../build?token=... but the job is stuck in the queue for a long time, you will get a CauseAction with a potentially unbounded number of causes, all identical RemoteCause instances. In a system with tens of thousands of build records loaded, there can be millions of such causes. This is a waste of heap space (and disk space, disk I/O time to load).
Attachments
Issue Links
- blocks
-
JENKINS-44444 Matrix-project is failing the PCT
-
- Resolved
-
- duplicates
-
JENKINS-33935 Can't rerun a build
-
- Resolved
-
- is blocking
-
JENKINS-4831 Message "Started by an SCM change" repeated many times for a build
-
- Closed
-
- is related to
-
JENKINS-33594 Rebuilding broken in Jenkins ver. 1.653
-
- Resolved
-
-
JENKINS-34117 java.lang.UnsupportedOperationException when checking out code in Jenkins 1.655
-
- Resolved
-
-
JENKINS-33591 Manual steps broken in Jenkins ver. 1.653
-
- Closed
-
- links to
Code changed in jenkins
User: Robert Sandell
Path:
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/gerritnotifier/ToGerritRunListener.java
http://jenkins-ci.org/commit/gerrit-trigger-plugin/f1a6a398ba1cf1f1f1ce1fb48e84a437ec3fb3bb
Log:
Merge pull request #278 from jenkinsci/
JENKINS-33467Don't crash because
JENKINS-33467has changed expected behaviourCompare: https://github.com/jenkinsci/gerrit-trigger-plugin/compare/b7ab5892c183...f1a6a398ba1c