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

Enis Soztutar updated HBASE-7777:
---------------------------------

    Attachment: hbase-7777_v1.patch

Attaching a patch which:
 - Fixes the incorrectly reported LINGERING_SPLIT_PARENTS problem.
 - HBCK now ignores valid splits parents for region boundary calculations. 
 - Adds tests for lost split daughters, and correct recovery from HBCK. 



                
> HBCK check for lingering split parents should check for child regions
> ---------------------------------------------------------------------
>
>                 Key: HBASE-7777
>                 URL: https://issues.apache.org/jira/browse/HBASE-7777
>             Project: HBase
>          Issue Type: Bug
>          Components: hbck, regionserver
>            Reporter: Enis Soztutar
>            Assignee: Enis Soztutar
>             Fix For: 0.96.0
>
>         Attachments: hbase-7777_v1.patch
>
>
> HBCK checks for split parent regions being in meta and hdfs, and reports this 
> as a transient error. 
> However, split parents, by design, linger around for some time, until its 
> children stops referring to it. 
> Instead we should check whether the children are there, and do not report 
> anything if it is so. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to