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

Memory Leak in SimpleIndexManager

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 1.2.0
    • Core Framework
    • None

    Description

      The SimpleIndexManager in the Provenance Repositories appears to leak instances of LuceneEventIndexWriter:

      [nifi@machine current]$ jmap -histo:live 31598 | grep LuceneEventIndexWriter
      470: 1267 30408 org.apache.nifi.provenance.lucene.LuceneEventIndexWriter$CommitStats
      1266: 42 1680 org.apache.nifi.provenance.lucene.LuceneEventIndexWriter

      We should have 1-2 Index Writers per prov partition, and this node has 2 prov partitions but we see 42 instances of the LuceneEventIndexWriter.

      Attachments

        Issue Links

          Activity

            People

              joewitt Joe Witt
              markap14 Mark Payne
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: