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

Pipeline Flownodes Generate Many Instances of Identical Strings

      Every FlowNode has its own ID value & descriptorId which is a separate instance – however since IDs are currently numeric and thus have a limited set of values, and descriptors have a limited set of values, this just wastes memory.

      We should be interning these values (or similar).

          [JENKINS-39456] Pipeline Flownodes Generate Many Instances of Identical Strings

          Sam Van Oort created issue -
          Sam Van Oort made changes -
          Description Original: Every FlowNode has its own ID value & descriptorId -- however since IDs are currently numeric, and descriptors have a limited set of values, this just wastes memory.

          We should be interning these values (or similar).
          New: Every FlowNode has its own ID value & descriptorId which is a separate instance -- however since IDs are currently numeric and thus have a limited set of values, and descriptors have a limited set of values, this just wastes memory.

          We should be interning these values (or similar).
          Sam Van Oort made changes -
          Component/s New: workflow-cps-plugin [ 21713 ]
          Component/s New: workflow-support-plugin [ 21719 ]
          Sam Van Oort made changes -
          Status Original: Open [ 1 ] New: In Progress [ 3 ]
          Sam Van Oort made changes -
          Status Original: In Progress [ 3 ] New: In Review [ 10005 ]
          Sam Van Oort made changes -
          Component/s Original: workflow-support-plugin [ 21719 ]

          Sam Van Oort added a comment -

          Workflow-api 2.7 (released)
          workflow-cps 2.23 (pending)

          Sam Van Oort added a comment - Workflow-api 2.7 (released) workflow-cps 2.23 (pending)
          Sam Van Oort made changes -
          Resolution New: Fixed [ 1 ]
          Status Original: In Review [ 10005 ] New: Resolved [ 5 ]

            svanoort Sam Van Oort
            svanoort Sam Van Oort
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: