You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Colin Patrick McCabe (JIRA)" <ji...@apache.org> on 2013/08/15 22:54:56 UTC

[jira] [Created] (HDFS-5101) ZCR should work with blocks bigger than 2 GB

Colin Patrick McCabe created HDFS-5101:
------------------------------------------

             Summary: ZCR should work with blocks bigger than 2 GB
                 Key: HDFS-5101
                 URL: https://issues.apache.org/jira/browse/HDFS-5101
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: hdfs-client
            Reporter: Colin Patrick McCabe
            Priority: Minor


Zero-copy reads should work with blocks bigger than 2 GB.  This will a little tricky, because a single ByteBuffer can only span 2 GB in Java (due to the use of a signed 4-byte int for sizes, etc).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira