You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "Aman Poonia (JIRA)" <ji...@apache.org> on 2019/04/22 17:37:00 UTC

[jira] [Commented] (PHOENIX-5187) Avoid using FileInputStream and FileOutputStream

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

Aman Poonia commented on PHOENIX-5187:
--------------------------------------

[~karanmehta93] - Mind committing this of it looks good.

> Avoid using FileInputStream and FileOutputStream 
> -------------------------------------------------
>
>                 Key: PHOENIX-5187
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5187
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 4.14.1
>            Reporter: Aman Poonia
>            Assignee: Aman Poonia
>            Priority: Major
>         Attachments: PHOENIX-5187-4.x-HBase-1.3.patch
>
>
> Avoid using FileInputStream and FileOutputStream because of
> [https://bugs.openjdk.java.net/browse/JDK-8080225]
> The file objects doesnot get cleaned up even if we close it until full GC happens
> This has been resolved in jdk10
> A quick workaround is to use File.newInputStream and Files.newOutputStream



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