jenkinsci / jenkinsci/buildgraph-view-plugin

Performance on large graph

Open
#26 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
15
Forks
22
PR merge metrics
No merged PRs in 30d

Description

I have a somewhat large graph (200+ jobs) and it seems to be causing BuildGraph.computeGraphFrom() to run forever. Do you have any suggestions/tips to allow the graph to show? Thanks.

org.jenkinsci.plugins.buildgraphview.BuildGraph.computeGraphFrom(BuildGraph.java:69)

Contributor guide

Open the contributing guide

Research direction

Start by inspecting BuildGraph.computeGraphFrom() in BuildGraph.java at line 69 and reproduce the behavior with a graph of more than 200 jobs. Trace where computation stops progressing and compare it with a smaller graph. Done means the large graph can be shown without the computation running indefinitely.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
backend, performance
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.