[
https://issues.apache.org/jira/browse/LUCENE-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2387:
---------------------------------------
Attachment: LUCENE-2387-29x.patch
29x version of this patch.
> IndexWriter retains references to Readers used in Fields (memory leak)
> ----------------------------------------------------------------------
>
> Key: LUCENE-2387
> URL: https://issues.apache.org/jira/browse/LUCENE-2387
> Project: Lucene - Java
> Issue Type: Bug
> Affects Versions: 3.0.1
> Reporter: Ruben Laguna
> Assignee: Michael McCandless
> Fix For: 3.1
>
> Attachments: LUCENE-2387-29x.patch, LUCENE-2387.patch
>
>
> As described in [1] IndexWriter retains references to Reader used in Fields
> and that can lead to big memory leaks when using tika's ParsingReaders (as
> those can take 1MB per ParsingReader).
> [2] shows a screenshot of the reference chain to the Reader from the
> IndexWriter taken with Eclipse MAT (Memory Analysis Tool) . The chain is the
> following:
> IndexWriter -> DocumentsWriter -> DocumentsWriterThreadState ->
> DocFieldProcessorPerThread -> DocFieldProcessorPerField -> Fieldable ->
> Field (fieldsData)
> -------------
> [1] http://markmail.org/thread/ndmcgffg2mnwjo47
> [2] http://skitch.com/ecerulm/n7643/eclipse-memory-analyzer
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]