Duo Zhang created HBASE-24943:
---------------------------------
Summary: Cleanup unnecessary usages of MetaTableAccessor
Key: HBASE-24943
URL: https://issues.apache.org/jira/browse/HBASE-24943
Project: HBase
Issue Type: Improvement
Components: meta
Reporter: Duo Zhang
Assignee: Duo Zhang
For simplify the implementation of splittable meta.
In general, MetaTableAccessor can not deal with meta, although if we introduce
a general root table, we could make it work for meta but then we still need to
deal with root...
Let's change to use other APIs if possible, for example, when getting all
region locations, just use RegionLocator instead of MetaTableAccessor.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)