Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 80340 invoked from network); 15 May 2007 20:32:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 May 2007 20:32:39 -0000 Received: (qmail 47864 invoked by uid 500); 15 May 2007 20:32:44 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 47788 invoked by uid 500); 15 May 2007 20:32:44 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 47570 invoked by uid 99); 15 May 2007 20:32:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 13:32:43 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 May 2007 13:32:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61CEB71406F for ; Tue, 15 May 2007 13:32:16 -0700 (PDT) Message-ID: <13391454.1179261136398.JavaMail.jira@brutus> Date: Tue, 15 May 2007 13:32:16 -0700 (PDT) From: "Hairong Kuang (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-1358) seek call ignores result of skipBytes(int) In-Reply-To: <31227381.1179180377171.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496118 ] Hairong Kuang commented on HADOOP-1358: --------------------------------------- I looked at the skipBytes code. It pretty much like skipFully since it tries to skip as many bytes any possible. > 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 > Assigned To: Hairong Kuang > Priority: Blocker > Fix For: 0.13.0 > > Attachments: skip.patch > > > 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.