You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Steve Loughran (JIRA)" <ji...@apache.org> on 2017/11/16 19:37:00 UTC

[jira] [Created] (HADOOP-15044) Wasb getFileBlockLocations() returns too many locations.

Steve Loughran created HADOOP-15044:
---------------------------------------

             Summary: Wasb getFileBlockLocations() returns too many locations.
                 Key: HADOOP-15044
                 URL: https://issues.apache.org/jira/browse/HADOOP-15044
             Project: Hadoop Common
          Issue Type: Sub-task
            Reporter: Steve Loughran


The wasb mimicking of {{getFileBlockLocations()}} uses the length of the file as the number to use to calculate the # of blocks to create (i.e. file.length/blocksize), when it should be just the range of the request.

As a result, you always get the number of blocks in the total file, not the number spanning the range of (start, len). If this is less (i.e start > 0 or len < file.length), you end up with some 0-byte-range blocks at the end



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org