You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Joseph Witt (JIRA)" <ji...@apache.org> on 2017/04/07 18:52:41 UTC

[jira] [Updated] (NIFI-3631) Memory Leak in SimpleIndexManager

     [ https://issues.apache.org/jira/browse/NIFI-3631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joseph Witt updated NIFI-3631:
------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

+1 merged to master

> Memory Leak in SimpleIndexManager
> ---------------------------------
>
>                 Key: NIFI-3631
>                 URL: https://issues.apache.org/jira/browse/NIFI-3631
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>            Reporter: Mark Payne
>            Assignee: Joseph Witt
>            Priority: Critical
>             Fix For: 1.2.0
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)