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

Jieshan Bean commented on HBASE-6854:
-------------------------------------

We also found the same problem. Only 2 minor comments:
1.
{code}
LOG.debug("Ephemeral node deleted.  Found in SPLIITING state. " + "Removing 
from RIT "
{code}
SPLIITING should be SPLITTING.
2. HBaseAdmin in testShouldClearRITWhenNodeFoundInSplittingState should be 
closed in finally block.

Otherwise, I'm +1 on this patch.
                
> Deletion of SPLITTING node on split rollback should clear the region from RIT
> -----------------------------------------------------------------------------
>
>                 Key: HBASE-6854
>                 URL: https://issues.apache.org/jira/browse/HBASE-6854
>             Project: HBase
>          Issue Type: Bug
>            Reporter: ramkrishna.s.vasudevan
>             Fix For: 0.94.3
>
>         Attachments: HBASE-6854.patch
>
>
> If a failure happens in split before OFFLINING_PARENT, we tend to rollback 
> the split including deleting the znodes created.
> On deletion of the RS_ZK_SPLITTING node we are getting a callback but not 
> remvoving from RIT. We need to remove it from RIT, anyway SSH logic is well 
> guarded in case the delete event comes due to RS down scenario.

--
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