Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ABEF59C70 for ; Wed, 25 Apr 2012 17:36:41 +0000 (UTC) Received: (qmail 76890 invoked by uid 500); 25 Apr 2012 17:36:41 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 76855 invoked by uid 500); 25 Apr 2012 17:36:41 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 76847 invoked by uid 99); 25 Apr 2012 17:36:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2012 17:36:41 +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, 25 Apr 2012 17:36:40 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 639AF40E20A for ; Wed, 25 Apr 2012 17:36:20 +0000 (UTC) Date: Wed, 25 Apr 2012 17:36:20 +0000 (UTC) From: "dhruba borthakur (JIRA)" To: issues@hbase.apache.org Message-ID: <433635705.1194.1335375380425.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <273065827.9074.1335268294854.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5864) Error while reading from hfile in 0.94 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-5864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261831#comment-13261831 ] dhruba borthakur commented on HBASE-5864: ----------------------------------------- Thanks for finding this ramkrishna. I can see how the bug is occuring, very good analysis and thanks for finding it. I m trying to digest the fix you are providing. > Error while reading from hfile in 0.94 > -------------------------------------- > > Key: HBASE-5864 > URL: https://issues.apache.org/jira/browse/HBASE-5864 > Project: HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.94.0 > Reporter: Gopinathan A > Assignee: ramkrishna.s.vasudevan > Priority: Blocker > Fix For: 0.94.0 > > Attachments: HBASE-5864_1.patch, HBASE-5864_2.patch, HBASE-5864_3.patch, HBASE-5864_test.patch > > > Got the following stacktrace during region split. > {noformat} > 2012-04-24 16:05:42,168 WARN org.apache.hadoop.hbase.regionserver.Store: Failed getting store size for value > java.io.IOException: Requested block is out of range: 2906737606134037404, lastDataBlockOffset: 84764558 > at org.apache.hadoop.hbase.io.hfile.HFileReaderV2.readBlock(HFileReaderV2.java:278) > at org.apache.hadoop.hbase.io.hfile.HFileBlockIndex$BlockIndexReader.midkey(HFileBlockIndex.java:285) > at org.apache.hadoop.hbase.io.hfile.HFileReaderV2.midkey(HFileReaderV2.java:402) > at org.apache.hadoop.hbase.regionserver.StoreFile$Reader.midkey(StoreFile.java:1638) > at org.apache.hadoop.hbase.regionserver.Store.getSplitPoint(Store.java:1943) > at org.apache.hadoop.hbase.regionserver.RegionSplitPolicy.getSplitPoint(RegionSplitPolicy.java:77) > at org.apache.hadoop.hbase.regionserver.HRegion.checkSplit(HRegion.java:4921) > at org.apache.hadoop.hbase.regionserver.HRegionServer.splitRegion(HRegionServer.java:2901) > {noformat} -- 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