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

Normalizer exits without normalizing all the tables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.7.1
    • 1.7.2
    • Normalizer
    • None

    Description

      Currently if there are multiple tables to normalize, normalizer is exiting even before iterating all the table if there is a table that doesnot require normalization

      here is the offending code

      https://github.com/apache/hbase/blob/branch-1/hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java#L1736

       

      
      List<NormalizationPlan> plans = this.normalizer.computePlansForTable(table);   
      if (plans == null || plans.isEmpty()) {
         return true;
      } 

      this is running inside loop over tables

       

      Attachments

        Issue Links

          Activity

            People

              mnpoonia Aman Poonia
              mnpoonia Aman Poonia
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: