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

Able to split region explicitly even on shouldSplit return false from split policy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • 2.0.0
    • None
    • None
    • Reviewed
    • Hide
      When a split is requested on a Region, the RegionServer hosting that Region will now consult the configured SplitPolicy for that table when determining if a split of that Region is allowed. When a split is disallowed (due to the Region not being OPEN or the SplitPolicy denying the request), the operation will *not* be implicitly retried as it has previously done. Users will need to guard against and explicitly retry region split requests which are denied by the system.
      Show
      When a split is requested on a Region, the RegionServer hosting that Region will now consult the configured SplitPolicy for that table when determining if a split of that Region is allowed. When a split is disallowed (due to the Region not being OPEN or the SplitPolicy denying the request), the operation will *not* be implicitly retried as it has previously done. Users will need to guard against and explicitly retry region split requests which are denied by the system.

    Description

      Currently able to split the region explicitly even when the split policy returns from shouldSplit.

      Attachments

        1. HBASE-20111_v3.patch
          5 kB
          Rajeshbabu Chintaguntla
        2. HBASE-20111_v2.patch
          6 kB
          Rajeshbabu Chintaguntla
        3. HBASE-20111.001.branch-2.0.patch
          6 kB
          Josh Elser
        4. HBASE-20111.patch
          5 kB
          Rajeshbabu Chintaguntla
        5. HBASE-20111_test.patch
          3 kB
          Rajeshbabu Chintaguntla

        Issue Links

          Activity

            People

              rajeshbabu Rajeshbabu Chintaguntla
              rajeshbabu Rajeshbabu Chintaguntla
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: