You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2009/01/04 19:31:44 UTC

[jira] Updated: (HBASE-1108) Redundant meta tables

     [ https://issues.apache.org/jira/browse/HBASE-1108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman updated HBASE-1108:
---------------------------------

    Issue Type: Sub-task  (was: Improvement)
        Parent: HBASE-7

> Redundant meta tables
> ---------------------
>
>                 Key: HBASE-1108
>                 URL: https://issues.apache.org/jira/browse/HBASE-1108
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: Andrew Purtell
>             Fix For: 0.20.0
>
>
> If the data file for -ROOT- or .META. is damaged, a HBase installation is rendered inoperative. Manual recovery through writing a new -ROOT- by hand is relatively simple (I think) but it's not simple and maybe not even possible to recreate a .META. containing thousands of regions. During one experiment I lost the entire .META. data file due to DFS errors during compaction. This can be avoided by utilizing multiple backing data files for -ROOT- and .META. synchronized in a manner that avoids total data loss should the filesystem become degraded. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.