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

Jimmy Xiang commented on HBASE-10101:
-------------------------------------

I see why the tests failed. It's because of the meta region. If we change the 
fix to (just added a meta region check):
{noformat}
      if (!regionInfo.isMetaRegion()) {
        regionStates.setLastRegionServerOfRegion(sn, regionInfo);
      }
{noformat}
then the test are ok.  For the meta region, when master splits the meta log, it 
uses the meta location in zk, instead of the dead sever we set here. What 
should we do? Can we tackle it in a separate issue?

> testOfflineRegionReAssginedAfterMasterRestart times out sometimes.
> ------------------------------------------------------------------
>
>                 Key: HBASE-10101
>                 URL: https://issues.apache.org/jira/browse/HBASE-10101
>             Project: HBase
>          Issue Type: Test
>            Reporter: Jimmy Xiang
>            Assignee: Jeffrey Zhong
>            Priority: Minor
>         Attachments: hbase-10101-v2.patch, hbase-10101-v3.patch, 
> hbase-10101.patch, test.log
>
>
> Sometimes, I got this test timed out. The log is attached. It could be 
> because the new cluster takes a while to process the dead server, or assign 
> meta.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to