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

[performance] Make splits faster

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 0.20.1, 0.90.0
    • None
    • None

    Description

      Regionservers run splits. They close the region to split, divide it, and then tell master about the two new regions. Master then assigns new regions. New regions need to come up in new locations. Both regions are offline during this time.

      Instead, regionserver might run split as it does now but new, deploy the lower-half on the current regionserver immediately. It'd then inform master that it had split, and that it was serving the lower half. Master would then take care of assigning the upper half.

      Benefits would be that clients who were accessing the lower half of the split would not need to go through recalibration. They'd just keep working. There'd be disruption for those keys that landed in the top half of the split only.

      Attachments

        1. split.patch
          7 kB
          Michael Stack

        Issue Links

          Activity

            People

              stack Michael Stack
              stack Michael Stack
              Votes:
              4 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: