Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-20930

MetaScanner.metaScan should use passed variable for meta table name rather than TableName.META_TABLE_NAME

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.3.3
    • 1.3.3, 1.2.7, 1.4.7
    • None
    • None
    • Reviewed

    Description

      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)

      Attachments

        1. HBASE-20930.branch-1.3.v2.patch
          2 kB
          Vishal Khandelwal
        2. HBASE-20930.branch-1.3.patch
          2 kB
          Vishal Khandelwal

        Activity

          People

            vishk Vishal Khandelwal
            vishk Vishal Khandelwal
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: