Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 13215 invoked from network); 28 May 2008 16:56:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2008 16:56:11 -0000 Received: (qmail 667 invoked by uid 500); 28 May 2008 16:56:12 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 576 invoked by uid 500); 28 May 2008 16:56:12 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 554 invoked by uid 99); 28 May 2008 16:56:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 09:56:11 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 16:55:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1C4BC234C12F for ; Wed, 28 May 2008 09:55:45 -0700 (PDT) Message-ID: <1573755810.1211993745114.JavaMail.jira@brutus> Date: Wed, 28 May 2008 09:55:45 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-646) EOFException opening HStoreFile info file (spin on HBASE-645 and 550) In-Reply-To: <319481680.1211953905044.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/HBASE-646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600529#action_12600529 ] stack commented on HBASE-646: ----------------------------- Was trying to figure a repair. If modification times on the mapfiles can be trusted, could calculate a sequence id that had this flush sit in the right chronological slot. If HBASE-647, this issues goes away. > EOFException opening HStoreFile info file (spin on HBASE-645 and 550) > --------------------------------------------------------------------- > > Key: HBASE-646 > URL: https://issues.apache.org/jira/browse/HBASE-646 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > > {code} > 2008-05-28 05:46:06,271 ERROR org.apache.hadoop.hbase.HRegionServer: error opening region enwiki_080312_meta,UzbHXtgD-y4ZIUVDJIXXK-==,1207951941241 > java.io.EOFException > at java.io.DataInputStream.readByte(Unknown Source) > at org.apache.hadoop.hbase.HStoreFile.loadInfo(HStoreFile.java:298) > at org.apache.hadoop.hbase.HStore.(HStore.java:808) > at org.apache.hadoop.hbase.HRegion.(HRegion.java:431) > at org.apache.hadoop.hbase.HRegionServer.openRegion(HRegionServer.java:1256) > at org.apache.hadoop.hbase.HRegionServer$Worker.run(HRegionServer.java:1202) > at java.lang.Thread.run(Unknown Source) > {code} > Lets get rid of info files when we move to new mapfile format. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.