Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.7.3
-
None
-
Reviewed
Description
Scenario:
1. File was written to DN1, DN2 with RF=2
2. File stream opened to read and kept. Block Locations are [DN1,DN2]
3. One of the replica (DN2) moved to another datanode (DN3) due to datanode dead/balancing/etc.
4. Latest block locations in NameNode will be DN1 and DN3 in the 'same order'
5. DN1 went down, but not yet detected as dead in NameNode.
6. Client start reading using positional read api "read(pos, buf[], offset, length)"
Attachments
Attachments
Issue Links
- depends upon
-
HDFS-11898 DFSClient#isHedgedReadsEnabled() should be per client flag
- Patch Available
- is depended upon by
-
HDFS-11738 Hedged pread takes more time when block moved from initial locations
- Resolved