[
https://issues.apache.org/jira/browse/PHOENIX-5187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823515#comment-16823515
]
Hudson commented on PHOENIX-5187:
---------------------------------
FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #2524 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/2524/])
PHOENIX-5187 Avoid using FileInputStream and FileOutputStream
(chinmayskulkarni: rev e8c78574a737a626eda329449af2fee4dee704ca)
* (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)