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

ServerName check is ineffective in region_mover.rb

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.1.2
    • 1.4.0, 0.98.22
    • None
    • None
    • Reviewed

    Description

      The following was observed during test of region_mover.rb :

      2016-08-08 11:17:05,341|beaver.machine|INFO|352|139926954637120|MainThread|2016-08-08 11:17:05,340 INFO  [RubyThread-9: hbase-client/bin/thread-pool.rb:28] region_mover: Moving region  hbase:meta,,1.1588230740 (1 of 14) from xyz.openstacklocal,16020,1470654716593, to server=xyz.openstacklocal,16020,1470654716593
      

      There is check that target server should not be the same as current server:

          if currentServer and currentServer == servername
            $LOG.info("Region " + r.getRegionNameAsString() + " (" + counter.to_s +
              " of " + regions.length.to_s + ") already on target server=" + servername)
            counter = counter + 1
            next
          end
      

      However, the check is not effective.
      See comparison between object1 and object3:
      http://www.skorks.com/2009/09/ruby-equality-and-object-comparison/

      Attachments

        1. 16377.branch-1.v1.txt
          0.6 kB
          Ted Yu
        2. 16377.branch-1.v2.txt
          0.9 kB
          Ted Yu

        Activity

          People

            yuzhihong@gmail.com Ted Yu
            yuzhihong@gmail.com Ted Yu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: