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

PE is broken when other tables exist

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.18.0
    • 0.18.1, 0.19.0
    • None
    • None

    Description

      The iteration in checkTable is broken.

            for (int i = 0; i < extantTables.length; i++) {
              if (extantTables[0].equals(tableDescriptor)) {
                LOG.warn("Table " + tableDescriptor + " already exists");
                tableExists = true;
                break;
              }
            }
      

      Attachments

        Activity

          People

            jdcryans Jean-Daniel Cryans
            jdcryans Jean-Daniel Cryans
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: