[ https://issues.apache.org/jira/browse/HBASE-11059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14026731#comment-14026731 ]
Jimmy Xiang commented on HBASE-11059: ------------------------------------- bq. I see so it will still work with meta remotely access. IMHO I don't think the perf degradation will be significant, though would be good to quantify. The issue is that it is not optimized in this case since I assume meta is co-located on master. Currently, only one meta HTable instance is used in this case in a synchronized way. It is better to use a pool of meta HTable instances. > ZK-less region assignment > ------------------------- > > Key: HBASE-11059 > URL: https://issues.apache.org/jira/browse/HBASE-11059 > Project: HBase > Issue Type: Improvement > Components: master, Region Assignment > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Fix For: 0.99.0 > > Attachments: hbase-11059.patch, hbase-11059_v2.1.patch, > hbase-11059_v2.patch, zk-less_am.pdf > > > It seems that most people don't like region assignment with ZK (HBASE-5487), > which causes many uncertainties. This jira is to support ZK-less region > assignment. We need to make sure this patch doesn't break backward > compatibility/rolling upgrade. -- This message was sent by Atlassian JIRA (v6.2#6252)