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

disable and drop of table is flakey still

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.20.3, 0.90.0
    • None
    • None

    Description

      Just now, cheddar up on IRC had table of 2k regions. A disable and drop gave him 2k rows in meta of historian info. He couldn't progress. Had to make below script for him:

      meta = HTable.new(".META.")
      historian = "historian:"
      scanner = meta.getScanner([historian].to_java(java.lang.String))
      while (result = scanner.next())
            meta.deleteAll(result.getRow())
      end
      exit 0
      

      This flakey disable/enable/drop is frustrating users. Need to fix.

      Attachments

        1. hbase-hbase-master-ip-10-212-65-235.log
          1.64 MB
          Bassam Tabbara
        2. hbase-hbase-regionserver-ip-10-212-66-112.log
          902 kB
          Bassam Tabbara

        Issue Links

          There are no Sub-Tasks for this issue.

          Activity

            People

              jdcryans Jean-Daniel Cryans
              stack Michael Stack
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: