You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Vishal Khandelwal (JIRA)" <ji...@apache.org> on 2018/07/24 06:38:00 UTC

[jira] [Created] (HBASE-20930) MetaScanner.metaScan should use passed variable for meta table name rather than TableName.META_TABLE_NAME

Vishal Khandelwal created HBASE-20930:
-----------------------------------------

             Summary: MetaScanner.metaScan should use passed variable for meta table name rather than TableName.META_TABLE_NAME
                 Key: HBASE-20930
                 URL: https://issues.apache.org/jira/browse/HBASE-20930
             Project: HBase
          Issue Type: Bug
            Reporter: Vishal Khandelwal
            Assignee: Vishal Khandelwal


MetaScanner.metaScan 

 try (Table metaTable = new HTable(TableName.META_TABLE_NAME, connection, null)) {

should be changed to 

metaScan(connection, visitor, userTableName, null, Integer.MAX_VALUE, metaTableName)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)