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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/10/13 03:07:31 UTC

[jira] Created: (HDFS-700) BlockReceiver is ignoring java.io.InterruptedIOException.

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.


[jira] Resolved: (HDFS-700) BlockReceiver is ignoring java.io.InterruptedIOException.

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ 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.