[
https://issues.apache.org/jira/browse/HBASE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jim Kellerman updated HBASE-550:
--------------------------------
Status: Patch Available (was: Open)
Patch is available for 0.1.1
> 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.1.0, 0.16.0, 0.2.0, 0.1.1
> Reporter: stack
> Assignee: 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.<init>(SequenceFile.java:1398)
> at
> org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1387)
> at
> org.apache.hadoop.io.SequenceFile$Reader.<init>(SequenceFile.java:1382)
> at org.apache.hadoop.hbase.HStore.doReconstructionLog(HStore.java:839)
> at org.apache.hadoop.hbase.HStore.<init>(HStore.java:773)
> at org.apache.hadoop.hbase.HRegion.<init>(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.