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 "Julian Reschke (JIRA)" <ji...@apache.org> on 2019/01/29 17:52:00 UTC

[jira] [Comment Edited] (OAK-8007) RDBDocumentStore: potential off-heap memory leakage due to unclosed GzipInputStream

    [ https://issues.apache.org/jira/browse/OAK-8007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16755018#comment-16755018 ] 

Julian Reschke edited comment on OAK-8007 at 1/29/19 5:51 PM:
--------------------------------------------------------------

trunk: [r1852451|http://svn.apache.org/r1852451]
1.10: [r1852465|http://svn.apache.org/r1852465]



was (Author: reschke):
trunk: [r1852451|http://svn.apache.org/r1852451]

> RDBDocumentStore: potential off-heap memory leakage due to unclosed GzipInputStream
> -----------------------------------------------------------------------------------
>
>                 Key: OAK-8007
>                 URL: https://issues.apache.org/jira/browse/OAK-8007
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: rdbmk
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>              Labels: candidate_oak_1_8
>             Fix For: 1.12, 1.11.0, 1.10.1
>
>         Attachments: OAK-8007.diff, OAK-8007.diff
>
>
> {{RDBDocumentSerializer}} does not close an instance of {{GZIPInputStream}}. This may cause leakage off off-heap memory until the object is finalized (see http://www.evanjones.ca/java-native-leak-bug.html, and thanks to [~jhoh] for pointing this out).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)