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.

Reply via email to