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

Log workAgile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskMoveLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment