Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is part of
-
HDFS-101 DFS write pipeline : DFSClient sometimes does not detect second datanode failure
- Closed