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

Zhihong Yu commented on HBASE-5615:
-----------------------------------

+1 as well.

Please fix indentation:
{code}
       String tableName = regionInfo.getTableDesc().getNameAsString();
+         if (regionInfo.isOffline() && regionInfo.isSplit()) continue;
{code}
                
> the master never do balance becauseof  balance the parent region
> ----------------------------------------------------------------
>
>                 Key: HBASE-5615
>                 URL: https://issues.apache.org/jira/browse/HBASE-5615
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.90.7
>            Reporter: xufeng
>            Assignee: xufeng
>            Priority: Critical
>         Attachments: HBASE-5615.patch
>
>
> the master never do balance becauseof when master do rebuildUserRegions(),it 
> will add the parent region into  AssignmentManager#servers,
> if balancer let the parent region to move,the parent will in RIT forever.thus 
> balance will never be executed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to