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

HBase shell hangs when creating some 'illegal' tables.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.92.0, 0.94.1, 0.94.2, 0.95.2
    • 0.95.0
    • shell
    • Reviewed

    Description

      In hbase shell. These commands hang:

      create 'hbase.version','foo'
      create 'splitlog','foo'
      

      Interestingly

      create 'hbase.id','foo'
      create existingtablename, 'foo'
      create '.META.','foo'
      create '-ROOT-','foo'
      

      are properly rejected.

      We should probably either rename to make the files illegal table names (hbase.version to .hbase.version and splitlog to .splitlog) or we could add more special cases.

      Attachments

        1. HBASE-5076.patch
          1 kB
          Liang Xie

        Activity

          People

            xieliang007 Liang Xie
            jmhsieh Jonathan Hsieh
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: