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

Incorrect actions performed by CM

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.3.0
    • 1.4.0, 1.3.1, 1.2.5, 1.1.9, 2.0.0
    • None
    • None
    • Reviewed

    Description

      Observed that chaos monkey was killing the wrong RS when performing chaos actions like RestartRSHolingMeta, RestartRandomRSExceptMeta etc. This is because we use the cached region location that turns out to be false in subsequent actions.

      More specifically in DistributedHBaseCluster.getServerHoldingRegion(..)
      we use regionLoc = locator.getRegionLocation(regionName) which does not reload the cache.

      Attachments

        1. HBASE-17616.master.001.patch
          1 kB
          Abhishek Singh Chouhan

        Activity

          People

            abhishek.chouhan Abhishek Singh Chouhan
            abhishek.chouhan Abhishek Singh Chouhan
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: