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

HTable#coprocessorExec always scan the whole table

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 0.94.1, 0.95.0, 0.95.2
    • 0.98.0, 0.94.8, 0.95.1
    • Coprocessors
    • None
    • Reviewed

    Description

      In current logic, HTable#coprocessorExec always scans the entire META table, loading it into memory and then filters the keys to return only those that fall in specified range. The version after the patch only scans the portions of meta that are in the specified key range, and returns them. Put simply – before we did a load-all-then-filter; afterwards we only-scan-what-is-needed.

      The former has low efficiency and greatly impacts the Regionserver carrying .META. when there are many coprocessorExec requests.

      Attachments

        1. HBASE-6870.patch
          6 kB
          Chunhui Shen
        2. HBASE-6870v2.patch
          5 kB
          Chunhui Shen
        3. HBASE-6870v3.patch
          6 kB
          Chunhui Shen
        4. HBASE-6870-testPerformance.patch
          3 kB
          Chunhui Shen
        5. 6870-v4.txt
          7 kB
          Ted Yu
        6. hbase-6870v5.patch
          7 kB
          Chunhui Shen
        7. hbase-6870v6.patch
          4 kB
          Chunhui Shen
        8. hbase-0.94-6870v6.patch
          4 kB
          Chunhui Shen
        9. hbase-0.95-6870v6.patch
          4 kB
          Chunhui Shen

        Issue Links

          Activity

            People

              zjushch Chunhui Shen
              zjushch Chunhui Shen
              Votes:
              0 Vote for this issue
              Watchers:
              14 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: