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

ZKDataMigrator should exit on table(s) null check.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.98.0, 0.96.1
    • 0.98.0, 0.96.0
    • None
    • None

    Description

      Doing something like that in 2 places:

          if (tables == null) {
            LOG.info("No table present to migrate table state to PB. returning..");
          }
          for (String table : tables) {
      

      We need to return just after logging.

      Attachments

        1. HBASE-9697-v0-trunk.patch
          1 kB
          Jean-Marc Spaggiari

        Activity

          People

            jmspaggi Jean-Marc Spaggiari
            jmspaggi Jean-Marc Spaggiari
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: