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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/10/10 01:06:31 UTC

[jira] Created: (HDFS-691) Limitation on java.io.InputStream.available()

Limitation on java.io.InputStream.available()
---------------------------------------------

                 Key: HDFS-691
                 URL: https://issues.apache.org/jira/browse/HDFS-691
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: hdfs client
            Reporter: Tsz Wo (Nicholas), SZE


java.io.InputStream.available() returns an int which has the max value 2^31-1 = 2GB - 1B.  It won't work if the number of available bytes is >= 2GB.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.