You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/09/22 16:53:00 UTC

[jira] [Commented] (KYLIN-3431) Avoid FileInputStream/FileOutputStream

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

Ted Yu commented on KYLIN-3431:
-------------------------------

Thanks, Long.

> Avoid FileInputStream/FileOutputStream
> --------------------------------------
>
>                 Key: KYLIN-3431
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3431
>             Project: Kylin
>          Issue Type: Improvement
>            Reporter: Ted Yu
>            Priority: Major
>             Fix For: Backlog
>
>
> They rely on finalizers (before Java 11), which create unnecessary GC load.
> The alternatives, {{Files.newInputStream}}, are as easy to use and don't have this issue.



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