You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Andrew Wang (JIRA)" <ji...@apache.org> on 2016/08/29 23:25:20 UTC

[jira] [Reopened] (HDFS-10255) ByteRangeInputStream.readFully leaks stream handles on failure

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

Andrew Wang reopened HDFS-10255:
--------------------------------

> ByteRangeInputStream.readFully leaks stream handles on failure
> --------------------------------------------------------------
>
>                 Key: HDFS-10255
>                 URL: https://issues.apache.org/jira/browse/HDFS-10255
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: hdfs-client
>    Affects Versions: 2.8.0
>            Reporter: Steve Loughran
>            Assignee: Steve Loughran
>
> in {{ByteRangeInputStream.readFully}}, if the requested amount of data is out of range, the EOFException is thrown —without closing the input stream.
> Fix: move test into the try/finally clause
> using java 7 try-with-resources would be cleaner, but make it harder to switch to aborting TCP channels if that was felt to be needed here



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org