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

Haiyang Hu updated HDFS-17184:
------------------------------
    Description: 
BlockReceiver class will receives a block and writes to its disk,
in the constructor method, createTemporary and createRbw will execute 
chooseVolume, and DiskOutOfSpaceException may occur in chooseVolume.
current in the processing logic, if the exception occurs will be cacth by 
BlockReceiver.java line_282 catch(IOException ioe) here, and cleanupBlock() 
will be executed here.


> In BlockReceiver constructor method need throw DiskOutOfSpaceException
> ----------------------------------------------------------------------
>
>                 Key: HDFS-17184
>                 URL: https://issues.apache.org/jira/browse/HDFS-17184
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>            Reporter: Haiyang Hu
>            Assignee: Haiyang Hu
>            Priority: Major
>
> BlockReceiver class will receives a block and writes to its disk,
> in the constructor method, createTemporary and createRbw will execute 
> chooseVolume, and DiskOutOfSpaceException may occur in chooseVolume.
> current in the processing logic, if the exception occurs will be cacth by 
> BlockReceiver.java line_282 catch(IOException ioe) here, and cleanupBlock() 
> will be executed here.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
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