-
Bug
-
Resolution: Fixed
-
Major
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).
- 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
[JENKINS-33467] CauseAction.causes can become huge
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link |
New:
This issue is blocking |
Remote Link | New: This issue links to "PR 2114 (Web Link)" [ 14053 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
JENKINS-4831deduplicated the display, but not the storage.