seek call ignores result of skipBytes(int) ------------------------------------------
Key: HADOOP-1358 URL: https://issues.apache.org/jira/browse/HADOOP-1358 Project: Hadoop Issue Type: Bug Components: dfs Affects Versions: 0.12.3 Reporter: Nigel Daley Priority: Blocker Fix For: 0.13.0 DFSClient.java line 929 This method call ignores the return value of java.io.InputStream.skip() which may skip fewer bytes than requested. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.