Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 46535 invoked from network); 30 Mar 2008 00:11:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2008 00:11:42 -0000 Received: (qmail 67761 invoked by uid 500); 30 Mar 2008 00:11:41 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 67743 invoked by uid 500); 30 Mar 2008 00:11:41 -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 67734 invoked by uid 99); 30 Mar 2008 00:11:41 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Mar 2008 17:11:41 -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; Sun, 30 Mar 2008 00:11:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4026C234C0AC for ; Sat, 29 Mar 2008 17:09:24 -0700 (PDT) Message-ID: <1772776266.1206835764261.JavaMail.jira@brutus> Date: Sat, 29 Mar 2008 17:09:24 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-550) EOF trying to read reconstruction log stops region deployment In-Reply-To: <1526326310.1206812364284.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-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HBASE-550: -------------------------------- Fix Version/s: 0.1.1 0.2.0 Affects Version/s: 0.1.1 0.2.0 > EOF trying to read reconstruction log stops region deployment > ------------------------------------------------------------- > > Key: HBASE-550 > URL: https://issues.apache.org/jira/browse/HBASE-550 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.16.0, 0.2.0, 0.1.1, 0.1.0 > Reporter: stack > Priority: Blocker > Fix For: 0.2.0, 0.1.1 > > Attachments: 550.patch > > > Regions are just being reallocated over and over again because log file is hosed: > {code} > 2008-03-29 10:37:53,762 ERROR org.apache.hadoop.hbase.HRegionServer: error opening region pdc-docs,EP92114798NWA1,1205741702057 > java.io.EOFException > at java.io.DataInputStream.readFully(DataInputStream.java:178) > at java.io.DataInputStream.readFully(DataInputStream.java:152) > at org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1421) > at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1398) > at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1387) > at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1382) > at org.apache.hadoop.hbase.HStore.doReconstructionLog(HStore.java:839) > at org.apache.hadoop.hbase.HStore.(HStore.java:773) > at org.apache.hadoop.hbase.HRegion.(HRegion.java:389) > at org.apache.hadoop.hbase.HRegionServer.openRegion(HRegionServer.java:1159) at org.apache.hadoop.hbase.HRegionServer$Worker.run(HRegionServer.java:1105) > at java.lang.Thread.run(Thread.java:595) > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.