Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 69340 invoked from network); 28 May 2008 18:42:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2008 18:42:05 -0000 Received: (qmail 52982 invoked by uid 500); 28 May 2008 18:42:07 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 52968 invoked by uid 500); 28 May 2008 18:42:07 -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 52957 invoked by uid 99); 28 May 2008 18:42:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 11:42:07 -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 18:41:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1BCDA234C12A for ; Wed, 28 May 2008 11:41:45 -0700 (PDT) Message-ID: <122717.1212000105112.JavaMail.jira@brutus> Date: Wed, 28 May 2008 11:41:45 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (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:all-tabpanel ] stack resolved HBASE-646. ------------------------- Resolution: Fixed Fix Version/s: 0.2.0 0.1.3 Committed to branch and to trunk. Will leave 'fixing' of empty info files for another issue -- if they aren't removed altogether meantime. > 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 > Assignee: stack > Fix For: 0.1.3, 0.2.0 > > Attachments: 646.patch > > > {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.