Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-5413

Memory Leak in DefaultSignalManager

    XMLWordPrintable

Details

    • NEW
    • NEW

    Description

      Every time a process is started a listener with type "processInstanceCompleted:" + processInstanceId is added by SubProcessNodeInstance.java :

      private void addProcessListener() {
      getProcessInstance().addEventListener("processInstanceCompleted:" + processInstanceId, this, true);
      }

      The a new node with key "processInstanceCompleted:" + processInstanceId is added in processEventListeners in DefaultSignalManager.java:
      processEventListeners.put(type, eventListeners);

      That element is never removed from processEventListeners

      A Pull Request will be added to fix that

      Attachments

        Activity

          People

            swiderski.maciej Maciej Swiderski (Inactive)
            cavicop Jose Cavieres (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: