Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-5110

Memory Leak when adding/removing processors

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.6.0
    • 1.7.0
    • Core Framework
    • None

    Description

      The StandardProcessScheduler has a map that it holds internally to map processors to their LifecycleState. When a processor is removed from the canvas, it is not removed from the map. LifecycleState is a fairly lightweight object, so this isn't likely to cause problems unless constantly adding and removing components. However, it certainly needs to be addressed.

      Attachments

        Activity

          People

            markap14 Mark Payne
            markap14 Mark Payne
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: