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

Ted Yu updated KYLIN-3431:
--------------------------
    Description: 
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.

  was: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.


> 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: v2.5.0
>
>
> 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)

Reply via email to