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

" Not running balancer because dead regionserver processing" is a lie

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.90.0
    • None
    • None
    • Reviewed

    Description

      When running the balancer I see the message:

       Not running balancer because dead regionserver processing
      

      But that's not true, it does run, because the check is wrong:

      if (!this.serverManager.areDeadServersInProgress()) {
        LOG.debug("Not running balancer because dead regionserver processing");
      }
      

      Also it doesn't return false like it should.

      Attachments

        1. HBASE-3309.patch
          0.8 kB
          Jean-Daniel Cryans

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: