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