Details
Description
Considering that read() is not guaranteed to read all bytes,
I'm interested to understand this particular piece of code and why is partial read treated as an error :
Particularly, if hbase were to use a different filesystem, say WebhdfsFileSystem, this would not work, please also see https://issues.apache.org/jira/browse/HDFS-8943 for discussion around this.
Attachments
Attachments
Issue Links
- is related to
-
HDFS-8943 Read apis in ByteRangeInputStream does not read all the bytes specified when chunked transfer-encoding is used in the server
- Resolved