Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3, 0.23.1, 2.0.0-alpha
-
None
-
Reviewed
Description
When FileSystem.getFileBlockLocations(file,start,len) is called with "start" argument equal to the file size, the response is not empty. There is a test TestGetFileBlockLocations.testGetFileBlockLocations2 which uses randomly generated "start" and "len" arguments when calling FileSystem.getFileBlockLocations and the test fails randomly (when the generated start value equals to the file size).
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-8612 Backport HADOOP-8599 to branch-1 (Non empty response when read beyond eof)
- Closed