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

Avoid holding DOM Node for templates in memory

    XMLWordPrintableJSON

Details

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

    Description

      As part of the changes made for NIFI-950, in order to improve clustering stability we changed the serialization of templates so that once serialized, we keep the DOM node in memory because it's much more efficient than serializing each time. However, use of the application has shown that with a fairly significant number of templates, the DOM nodes can lead to rather extensive heap utilization, causing the nodes themselves to become unstable. It's better to avoid this caching and just revert to the way that we previously were handling template serialization.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: