[ https://issues.apache.org/jira/browse/HDFS-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Arun C Murthy closed HDFS-3707. ------------------------------- > TestFSInputChecker: improper use of skip > ---------------------------------------- > > Key: HDFS-3707 > URL: https://issues.apache.org/jira/browse/HDFS-3707 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 2.0.0-alpha > Reporter: Colin Patrick McCabe > Assignee: Colin Patrick McCabe > Priority: Minor > Fix For: 2.0.2-alpha > > Attachments: HDFS-3707.001.patch, hdfs-3707.txt > > > TestFSInputChecker assumes that FSDataInputStream#skip always skips the full > amount of bytes. However, FSDataInputStream inherits this method from > InputStream. InputStream#skip skips "up to" the requested number of bytes. > It is not an error if it skips fewer. -- 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