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/29 03:46:00 UTC

[jira] [Created] (HBASE-24964) Remove MetaTableAccessor.tableExists

Duo Zhang created HBASE-24964:
---------------------------------

             Summary: Remove MetaTableAccessor.tableExists
                 Key: HBASE-24964
                 URL: https://issues.apache.org/jira/browse/HBASE-24964
             Project: HBase
          Issue Type: Sub-task
            Reporter: Duo Zhang


At master side, we could make use of TableDescriptors to determine whether a table exists, as it caches all the table descriptors.

For other places, we could just make use Admin.tableExists, which is exactly the same with calling MetaTableAccessor.tableExists but avoid exposing meta directly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)