Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
3.4.0
-
None
-
Reviewed
Description
Intuitively, the method getLocatedBlocks(String src, long start) of DFSClient will return all blocks after offset ‘start’. But actually it uses dfsClientConf.getPrefetchSize() as the length and only return part of blocks. I feel it's error-prone and open this Jira for discussion.