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 "Shradha Revankar (JIRA)" <ji...@apache.org> on 2015/08/11 12:07:46 UTC

[jira] [Created] (HDFS-8885) ByteRangeInputStream used in webhdfs does not override available()

Shradha Revankar created HDFS-8885:
--------------------------------------

             Summary: ByteRangeInputStream used in webhdfs does not override available()
                 Key: HDFS-8885
                 URL: https://issues.apache.org/jira/browse/HDFS-8885
             Project: Hadoop HDFS
          Issue Type: Bug
          Components: webhdfs
    Affects Versions: 2.7.1
            Reporter: Shradha Revankar
            Assignee: Shradha Revankar
            Priority: Minor


ByteRangeInputStream has to override the method {{available()}} , the super class implementation returns 0. Clients using the method {{available()}} to rely on available bytes information will end up with errors during reads if WebhdfsFileSystem is used. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)