[ 
https://issues.apache.org/jira/browse/HADOOP-2440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552595
 ] 

Jim Kellerman commented on HADOOP-2440:
---------------------------------------

Would it make sense to write the HRegionInfo into a file in the HRegion 
directory?

If we were just scanning the disk, it would make it easier to figure out what 
region was in the HRegion directory.

Maybe not, because then we'd have to deal with splits.

How about writing the region name to a file in the region directory?

Also probably not since it is hard to decode a region name.

The goal here is be able to recover the meta table if it is corrupted. 
Similarly recovering the root region from the meta region(s) if the root region 
is corrupted.

> [hbase] Provide a HBase checker and repair tool similar to fsck
> ---------------------------------------------------------------
>
>                 Key: HADOOP-2440
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2440
>             Project: Hadoop
>          Issue Type: New Feature
>          Components: contrib/hbase
>    Affects Versions: 0.16.0
>            Reporter: Jim Kellerman
>            Assignee: Jim Kellerman
>             Fix For: 0.16.0
>
>
> We need a tool to verify (and repair) HBase much like fsck

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

Reply via email to