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

[AMv2] Enable and fix TestRestartCluster#testRetainAssignmentOnRestart on master

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • amv2
    • None
    • Reviewed

    Description

      • Test creates 3 node cluster (master + 2 RS) and creates 3 tables with 1 region each.
      • It then takes a snapshot of region assignments
      • Shuts down the cluster and restarts with 4 nodes (2 RS on same ports, 1 RS on port where master was running previously and master on new port)
      • Takes snapshot of region assignments
      • Expected behavior is regions will be retained on RS with appropriate ports

      Debugging done so far shows that, when cluster is restarted meta is loaded but meta has old entries (though the ports are same for RSs, start timestamps are different). AssignmentManager#processofflineServersWithOnlineRegions() finds that old RS with different timestamps are not online even though regions assigned to them are online; triggering submitting SCP for each those RSs. Subprocedure AssignProcedure of SCP has forceNewPlan set to true. Which triggers re-assignment of regions.

      Attachments

        1. hbase-18575.master.001.patch
          29 kB
          Umesh Agashe
        2. hbase-18575.master.001.patch
          29 kB
          Michael Stack

        Issue Links

          Activity

            People

              uagashe Umesh Agashe
              uagashe Umesh Agashe
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: