BlockReaderLocal#skip performs unnecessary IO
---------------------------------------------

                 Key: HDFS-2655
                 URL: https://issues.apache.org/jira/browse/HDFS-2655
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: data-node
    Affects Versions: 0.23.1
            Reporter: Eli Collins


Per HDFS-2654 BlockReaderLocal#skip performs the skip by reading the data so we 
stay in sync with checksums. This could be implemented more efficiently in the 
future to skip to the beginning of the appropriate checksum chunk and then only 
read to the middle of that chunk.

--
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

        

Reply via email to