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

Arpit Agarwal updated HDFS-11253:
---------------------------------
    Target Version/s:   (was: 3.0.0-alpha2)

> FileInputStream leak on failure path in BlockSender
> ---------------------------------------------------
>
>                 Key: HDFS-11253
>                 URL: https://issues.apache.org/jira/browse/HDFS-11253
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: datanode
>    Affects Versions: 3.0.0-alpha2
>            Reporter: Arpit Agarwal
>            Assignee: Arpit Agarwal
>             Fix For: 3.0.0-alpha2
>
>         Attachments: HDFS-11253.01.patch
>
>
> The BlockSender constructor should close the blockIn and checksumIn streams 
> here:
> {code}
> 405:       blockIn = datanode.data.getBlockInputStream(block, offset); // 
> seek to offset
> 406:       ris = new ReplicaInputStreams(
> 407:           blockIn, checksumIn, volumeRef, fileIoProvider);
> 408:     } catch (IOException ioe) {
> 409:       IOUtils.closeStream(this);
> 410:       throw ioe;
> 411:     }
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to