[
https://issues.apache.org/jira/browse/HBASE-12453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14206644#comment-14206644
]
Jimmy Xiang commented on HBASE-12453:
-------------------------------------
We used to update znode, then update meta. In this case, it is something like
"update znode" vs "notify master". This should not be an issue.
The issue is that if master is down, we can't notify master now. That's what I
was thinking about.
> Make region available once it's open
> ------------------------------------
>
> Key: HBASE-12453
> URL: https://issues.apache.org/jira/browse/HBASE-12453
> Project: HBase
> Issue Type: Bug
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
>
> Currently (in trunk, with zk-less assignment), a region is available to
> serving requests only after RS notifies the master the region is open, and
> the meta is updated with the new location. We may be able to do better than
> this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)