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

stack commented on HBASE-10851:
-------------------------------

Above seems reasonable but how you know the backup masters are carrying regions 
or not?

{code}
+      if (backupMasters != null) {
+        // Exclude all backup masters
+        count -= backupMasters.size();
+      }
{code}

By default they carry regions?  What if they are configured not to carry 
regions?

> Wait for regionservers to join the cluster
> ------------------------------------------
>
>                 Key: HBASE-10851
>                 URL: https://issues.apache.org/jira/browse/HBASE-10851
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>            Priority: Critical
>         Attachments: hbase-10851.patch
>
>
> With HBASE-10569, if regionservers are started a while after the master, all 
> regions will be assigned to the master.  That may not be what users expect.
> A work-around is to always start regionservers before masters.
> I was wondering if the master can wait a little for other regionservers to 
> join.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to