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

xufeng commented on HBASE-5615:
-------------------------------

I use the 0.90
BTW:I can not compile the 0.90 branch on location by maven.is this a problem?

the error log is:
{noformat}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) 
on project hbase: Compilation failure
[ERROR] 
/opt/xufeng/module/hbase/host_java/src/HBASE_ONLINE/src/main/java/org/apache/hadoop/hbase/master/HMaster.java:[1121,22]
 cannot find symbol
[ERROR] symbol  : class ServerName
[ERROR] location: class org.apache.hadoop.hbase.master.HMaster
{noformat}
                
> 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
>            Reporter: xufeng
>            Assignee: xufeng
>            Priority: Critical
>
> 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