[
https://issues.apache.org/jira/browse/HDFS-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tsz Wo (Nicholas), SZE resolved HDFS-700.
-----------------------------------------
Resolution: Duplicate
HDFS-101 has fixed this.
> BlockReceiver is ignoring java.io.InterruptedIOException.
> ---------------------------------------------------------
>
> Key: HDFS-700
> URL: https://issues.apache.org/jira/browse/HDFS-700
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: data-node
> Reporter: Tsz Wo (Nicholas), SZE
>
> BlockReceiver (a.k.a. block writer thread) may be interrupted by block
> recovery. In such case, if the BlockReceiver is waiting for java i/o, the
> underlying java i/o methods may throw java.io.InterruptedIOException.
> BlockReceiver should catch InterruptedIOException and handle it differently
> from other IOException.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.