Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent StepExecutionIterator from leaking memory in cases where a single processed execution has a stuck CPS VM thread #347

Merged
merged 6 commits into from
Aug 9, 2024

Fix the memory leak by making StepExecutionIteratorImpl return Future…

9b6c0ae
Select commit
Loading
Failed to load commit list.
Merged

Prevent StepExecutionIterator from leaking memory in cases where a single processed execution has a stuck CPS VM thread #347

Fix the memory leak by making StepExecutionIteratorImpl return Future…
9b6c0ae
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Maven succeeded Aug 7, 2024 in 0s

2 new issues, 4 total

Total New Outstanding Fixed Trend
4 2 2 0 👎

Reference build: Plugins » workflow-api-plugin » master #252

Details

Severity distribution of new issues

Error Warning High Warning Normal Warning Low
0 0 2 0

Annotations

Check warning on line 475 in jenkins-console.log

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Maven

surefire:test

NORMAL:
Raw output
<pre><code>Tests run: 17, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 57.23 s -- in org.jenkinsci.plugins.workflow.graphanalysis.ForkScannerTest</code></pre>

Check warning on line 493 in jenkins-console.log

See this annotation in the file changed.

@ci-jenkins-io ci-jenkins-io / Maven

surefire:test

NORMAL:
Raw output
<pre><code>Tests run: 69, Failures: 0, Errors: 0, Skipped: 4</code></pre>