[ 
https://issues.apache.org/jira/browse/HBASE-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068098#comment-13068098
 ] 

feng xu commented on HBASE-4094:
--------------------------------

some fail-scenarios(ERROR_CODE.MULTI_DEPLOYED,ERROR_CODE.NOT_DEPLOYED..) have 
been fixed by hbck tool.
but many fail-scenarios the hbck do not supply the method to fix,like hole 
problem.
 
this patch(HbaseFsck_TableChain.patch) will check the table chain hole in 
META,and next I plan to fix hole problem.

>>18.ERROR_CODE.HOLE_IN_REGION_CHAIN--->write a new method to fix it,the logic 
>>is:for recover the data,collect the >>regionfo from regionserver and hdfs.if 
>>a region's key range is overlaping with the hole range,put it in META table 
>>and >>assign it,maybe it will create overlapping problem,we can fix it by 
>>merge tool.if no region be collected,create a new >>region by the hole key 
>>range to fix it. 


> improve hbck tool to fix more hbase problem
> -------------------------------------------
>
>                 Key: HBASE-4094
>                 URL: https://issues.apache.org/jira/browse/HBASE-4094
>             Project: HBase
>          Issue Type: New Feature
>          Components: master
>    Affects Versions: 0.90.3
>            Reporter: feng xu
>             Fix For: 0.90.5
>
>         Attachments: HbaseFsck_TableChain.patch
>
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to