You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2020/08/24 13:24:00 UTC

[jira] [Created] (HBASE-24943) Cleanup unnecessary usages of MetaTableAccessor

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)