[
https://issues.apache.org/jira/browse/HBASE-10101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeffrey Zhong updated HBASE-10101:
----------------------------------
Attachment: hbase-10101-v3-update.patch
Thanks [~jxiang] and [[email protected]] for the good inputs! I updated the
patch a little instead of handling META region differently, I clear
LastAssignment info for the region which is in transition to different server.
Since lastAssignment info is built from META, the lastAssignment clear is less
confusion because the lastAssignment of the region is stale so we clear it from
out internal memory state. Late region assignment can keep it upto date.
The other test case failure is due to master can't initialized which I remove
master znode & rs znodes after a cluster shutdown in HBaseTestUtility to clear
possible stale states preparing for next cluster restart.
I verified the two failed tests are passed in 5 times in a loop. If the
updated version is good, I can check it in tonight. Thanks!
> 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-update.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)