Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-14350 Procedure V2 Phase 2: Assignment Manager
  3. HBASE-17030

Procedure v2 - A couple of tweaks to the SplitTableRegionProcedure

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.0.0
    • 2.0.0
    • proc-v2
    • None

    Description

      Make a couple of tweaks to HBASE-14551 split procedure

      • remove tableName from SplitTableRegionProcedure ctor since we have the RegionInfo that contains the name already
      • move the checkRow in the constructor of the SplitTableRegionProcedure, since the splitRow will never change and we can avoid to start the proc if we have a bad splitRow.
      • use the base AbstractStateMachineTableProcedure for the "user" field
      • remove protobuf fields that can be extrapolated from other info (table_name, split_row)
      • avoid htd lookup every family iteration of splitStoreFiles()

      Attachments

        1. HBASE-17030-v0.patch
          87 kB
          Matteo Bertozzi
        2. HBASE-17030-v0.patch
          87 kB
          Matteo Bertozzi

        Issue Links

          Activity

            People

              mbertozzi Matteo Bertozzi
              mbertozzi Matteo Bertozzi
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: