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.