Export to GitHub

build-pipeline-plugin - issue #143

BuildForm Memory Leak When Continuously Refreshing


Posted on Nov 29, 2012 by Massive Dog

What steps will reproduce the problem?

  1. Show build pipeline view.
  2. Leave screen open with auto-refresh on (dashboard view for agile team).

What is the expected output? What do you see instead?

Screen should refresh continuously. However, after some time, we saw that the session size blew up and caused Jenkins to fail with an OutOfMemoryError (heap space). The offending class was:

au.com.centrumsystems.hudson.plugin.buildpipeline.BuildForm (320,640 objects)

What version of the product are you using? On what operating system?

Version 1.3.3

uname -a Linux dgphxstrap005 2.6.32-220.17.1.el6.x86_64 #1 SMP Thu Apr 26 13:37:13 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux

Please provide any additional information below.

We downgraded to 1.2.3 and the issue seems to have been resolved (although we lost some functionality).

Comment #1

Posted on Feb 27, 2013 by Happy Kangaroo

I have also reported this issue at https://issues.jenkins-ci.org/browse/JENKINS-16961, with some additional details.

Status: New

Labels:
Type-Defect Priority-Medium