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

RS holding META when restarted in a single node setup may hang infinitely without META assignment

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.95.1
    • 0.98.0, 0.95.2
    • None
    • None
    • Reviewed

    Description

      This bug may be minor as it likely to happen in a single node setup.
      I restarted the RS holding META. The master tried assigning META using MetaSSH. But tried this before the new RS came up.
      So as not region plan is found

       if (plan == null) {
              LOG.warn("Unable to determine a plan to assign " + region);
              if (tomActivated){
                this.timeoutMonitor.setAllRegionServersOffline(true);
              } else {
                regionStates.updateRegionState(region, RegionState.State.FAILED_OPEN);
              }
              return;
            }
      

      we just return without assigment. And this being the META the small cluster just hangs.

      Attachments

        1. HBASE-8705_2.patch
          2 kB
          ramkrishna.s.vasudevan
        2. HBASE-8705.patch
          2 kB
          ramkrishna.s.vasudevan
        3. HBASE-8705_1.patch
          2 kB
          ramkrishna.s.vasudevan

        Issue Links

          Activity

            People

              ram_krish ramkrishna.s.vasudevan
              ram_krish ramkrishna.s.vasudevan
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: