Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-43390

Loading parameters from xml file causes that the same parameters are different objects for matrix configuration builds

      Loading paramters from disk causes that there are different objects for matrix configuration builds in memory despite it is the same parameter. It causes troubles in case of big matrix project with many configurations and builds an with matrix configuration parameter. In my heap dump it takes about 5GB memory. 

          [JENKINS-43390] Loading parameters from xml file causes that the same parameters are different objects for matrix configuration builds

          Code changed in jenkins
          User: Lucie Votypkova
          Path:
          src/main/java/hudson/matrix/MatrixChildParametersAction.java
          src/main/java/hudson/matrix/MatrixRun.java
          src/test/java/hudson/matrix/MatrixChildParametersActionTest.java
          http://jenkins-ci.org/commit/matrix-project-plugin/11761875780b92bb499c5b75ce2dc2293f59101a
          Log:
          Fix JENKINS-43390.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Lucie Votypkova Path: src/main/java/hudson/matrix/MatrixChildParametersAction.java src/main/java/hudson/matrix/MatrixRun.java src/test/java/hudson/matrix/MatrixChildParametersActionTest.java http://jenkins-ci.org/commit/matrix-project-plugin/11761875780b92bb499c5b75ce2dc2293f59101a Log: Fix JENKINS-43390 .

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          src/main/java/hudson/matrix/MatrixChildParametersAction.java
          src/main/java/hudson/matrix/MatrixRun.java
          src/test/java/hudson/matrix/MatrixChildParametersActionTest.java
          http://jenkins-ci.org/commit/matrix-project-plugin/181d17fad8b4153fb60aafd10e18bbd059ad4f24
          Log:
          Merge pull request #45 from lvotypko/matrix-configuration-parameters

          Fix JENKINS-43390.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: src/main/java/hudson/matrix/MatrixChildParametersAction.java src/main/java/hudson/matrix/MatrixRun.java src/test/java/hudson/matrix/MatrixChildParametersActionTest.java http://jenkins-ci.org/commit/matrix-project-plugin/181d17fad8b4153fb60aafd10e18bbd059ad4f24 Log: Merge pull request #45 from lvotypko/matrix-configuration-parameters Fix JENKINS-43390 .

          ikedam added a comment -

          I don't believe this is related to matrix-combinations-parameter-plugin.
          Removed it from component/s.

          ikedam added a comment - I don't believe this is related to matrix-combinations-parameter-plugin. Removed it from component/s.

            Unassigned Unassigned
            lvotypkova Lucie Votypkova
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: