Details
-
Bug
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.509.3-RC1
Description
Even with the lazyloading (I just upgraded from 1.480.3) the startup of my instance is slow (~20min). After that it makes a long time (~10min) to display the UI (I'm using the dashboard plugin)
here is a first Threads Dump while having a white screen : https://gist.github.com/aheritier/6363143
Discussing on the ML jglick proposes this :
Related to a performance fix in MavenModuleSetBuild.computeResult, but
that is not really the cause. Probably FingerprintAction.onLoad need
not call .compact synchronously; that would I think save a lot of
time. File it.
Attachments
Issue Links
- is blocking
-
JENKINS-26391 getAssignedLabel in MavenModule is implemented with lazy loading
-
- Resolved
-
- is related to
-
JENKINS-25075 Weather column should render asynchronously
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Labels | performance |
Component/s | core [ 15593 ] | |
Component/s | maven [ 16033 ] |
Issue Type | Improvement [ 4 ] | Bug [ 1 ] |
Summary | Empty pages to access the UI the first time with many Maven jobs | First-time display with many Maven jobs blocked in FingerprintAction.compact |
Priority | Major [ 3 ] | Critical [ 2 ] |
Labels | performance | fingerprints performance |
Link | This issue is related to JENKINS-25075 [ JENKINS-25075 ] |
Assignee | Jesse Glick [ jglick ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Link |
This issue is blocking |
Labels | fingerprints performance | fingerprints lts-candidate performance |
Labels | fingerprints lts-candidate performance | 1.596.2-fixed fingerprints performance |
Workflow | JNJira [ 150840 ] | JNJira + In-Review [ 193699 ] |
I think the root issue is in core, not the Maven plugin, though the presence of numerous Maven modules aggravates it.