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

Region normalizer chore thread is getting killed

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      Region normalizer chore thread is getting killed when the region is not found on any server.

      As per the method

      // code placeholder
      /**
       * @param serverName
       * @return ServerLoad if serverName is known else null
       */
      public ServerLoad getLoad(final ServerName serverName) {
        return this.onlineServers.get(serverName);
      }
      

       So ideally we should check for the returned null in SimpleRegionNormalizer

       

       

       

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: