Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
2.0.3-alpha
-
None
Description
Neither the new nor the legacy short-circuit read implementations honor dfs.datanode.readahead.bytes. This can result in scenarios where non-short-circuit reads are faster for long reads, simply because they are doing more readahead, and SCR is not. We should do readahead in both cases if it is configured.