[ https://issues.apache.org/jira/browse/HDFS-3707?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438330#comment-13438330
]
Eli Collins commented on HDFS-3707:
-----------------------------------
Test failure is unrelated as this change only modifies a test. Filed HDFS-3825 for it.
> 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
> 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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|