[
https://issues.apache.org/jira/browse/PHOENIX-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823626#comment-16823626
]
Hudson commented on PHOENIX-5187:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #385 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/385/])
PHOENIX-5187 Avoid using FileInputStream and FileOutputStream
(chinmayskulkarni: rev 892fd34ce34aff6da7a5348e25e7312b5ea132c7)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/cache/ServerCacheClient.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/iterate/SpoolingResultIterator.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/iterate/BufferedQueue.java
> 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)