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

HBaseAdmin::isTableAvailable( name ) returns true when the table does not exist

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.90.1, 0.92.0
    • 0.90.2, 0.92.0
    • Client
    • None
    • Reviewed

    Description

      HBaseAdmin::isTableAvailable( name ) returns true for a table in which HBaseAdmin::tableExists( name ) returns false.

      It appears from the code that the default return value from isTableAvailable() is true and false is only returned in the case where the table is found and not all the region servers are online.

      Attachments

        1. HBASE-3612.patch
          1 kB
          Andrew Kyle Purtell

        Activity

          People

            apurtell Andrew Kyle Purtell
            jjh Jeremy Hinegardner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: