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

Jimmy Xiang commented on HBASE-11631:
-------------------------------------

I am working on HBASE-11604. I found many unit test failures due to meta 
assignment failed because the region server has reported to the master but 
hasn't processed the response yet. With this patch, things are much better. For 
now, we only stick around a little for meta assignment. Perhaps we can stick 
around a little for all regions since master knows that the regionserver is 
already up.

> Wait a little till server is online in assigning meta
> -----------------------------------------------------
>
>                 Key: HBASE-11631
>                 URL: https://issues.apache.org/jira/browse/HBASE-11631
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>            Priority: Minor
>             Fix For: 1.0.0, 2.0.0
>
>         Attachments: hbase-11631.patch
>
>
> In assigning the meta to a regionserver not the master, the regionserver 
> could have not processed the reportForDuty response yet. This happens a lot 
> in unit tests. It's better to wait a little bit.



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

Reply via email to