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

Procedure v2 - A couple of tweaks to the SplitTableRegionProcedure

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Trivial
    • Resolution: Duplicate
    • 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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: