Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3FA99EAE for ; Wed, 2 May 2012 18:05:13 +0000 (UTC) Received: (qmail 52608 invoked by uid 500); 2 May 2012 18:05:13 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 52564 invoked by uid 500); 2 May 2012 18:05:13 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 52554 invoked by uid 99); 2 May 2012 18:05:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 18:05:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2012 18:05:11 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 12A7442CE2B for ; Wed, 2 May 2012 18:04:50 +0000 (UTC) Date: Wed, 2 May 2012 18:04:50 +0000 (UTC) From: "Elliott Clark (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <1392863291.18124.1335981890077.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1725955535.11098.1335822469146.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HADOOP-8336) LocalFileSystem Does not seek to the correct location when Checksumming is off. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-8336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266777#comment-13266777 ] Elliott Clark commented on HADOOP-8336: --------------------------------------- We were seeing this when reading 64k blocks. So the file was opened. Then read 64k. Then seek to 128k then try and read. I'll try and come back to this with a test or more detailed info in a little bit. > LocalFileSystem Does not seek to the correct location when Checksumming is off. > ------------------------------------------------------------------------------- > > Key: HADOOP-8336 > URL: https://issues.apache.org/jira/browse/HADOOP-8336 > Project: Hadoop Common > Issue Type: Bug > Components: fs > Reporter: Elliott Clark > Assignee: Todd Lipcon > Attachments: branch-1-test.txt > > > Hbase was seeing an issue when trying to read data from a local filesystem instance with setVerifyChecksum(false). On debugging into it, the seek on the file was seeking to the checksum block index, but since checksumming was off that was the incorrect location. -- 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