Use fadvise in local read path
------------------------------
Key: HDFS-3228
URL: https://issues.apache.org/jira/browse/HDFS-3228
Project: Hadoop HDFS
Issue Type: Improvement
Reporter: Henry Robinson
Assignee: Henry Robinson
Fix For: 3.0.0
The read path through BlockReaderLocal does not take advantage of readahead or
drop-behind in the way that BlockSender does. We could arguably stand to gain
even more from hinting about read patterns to the kernel here, so we should add
the same mechanisms to BlockReaderLocal.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira