You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2015/04/22 13:33:58 UTC

[jira] [Resolved] (OAK-2798) OakIndexInput should unset OakIndexFile's byte[] upon close

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

Tommaso Teofili resolved OAK-2798.
----------------------------------
    Resolution: Fixed
      Assignee: Tommaso Teofili

fixed in r1675332 (trunk), r1675334 (branch 1.2), r1675336 (branch 1.0)

> OakIndexInput should unset OakIndexFile's byte[] upon close
> -----------------------------------------------------------
>
>                 Key: OAK-2798
>                 URL: https://issues.apache.org/jira/browse/OAK-2798
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: lucene
>    Affects Versions: 1.2.1
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 1.3.0, 1.2.2, 1.0.14
>
>         Attachments: OAK-2798.patch
>
>
> {{OakIndexInput}}, being an extension of Lucene's {{IndexInput}} implements {{Closable}}, however upon {{#close}} the referenced {{OakIndexFile}}'s _byte[]_ is not unset.
> This can lead to memory leak as when IndexInputs gets closed, e.g. by {{StoredFieldsReaders}} such references won't be properly cleared (with probably a higher impact in cases where _copyOnRead = true_). 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)