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

Description for hbase:acl table is wrong on master-status#catalogTables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.96.0
    • 0.99.0, 0.98.2
    • None
    • Reviewed

    Description

      On master-status#catalogTables, I see:

      hbase:acl The .NAMESPACE. table holds information about namespaces.

      In MasterStatusTmpl.jamon, we have:

              if (tableName.equals(TableName.META_TABLE_NAME)){
                  description = "The hbase:meta table holds references to all User Table regions";
              } else {
                  description = "The .NAMESPACE. table holds information about namespaces.";
              }
      

      The above check doesn't cover hbase:acl table.

      Attachments

        1. HBASE-10611.1.patch
          2 kB
          Rekha Joshi
        2. HBASE-10611.1.patch
          2 kB
          Rekha Joshi
        3. HBASE-10611.2.patch
          1 kB
          Rekha Joshi

        Activity

          People

            rekhajoshm Rekha Joshi
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: