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

On region jump ClientScanners should get next row start key instead of a skip.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0, 2.0.0
    • None
    • None
    • Reviewed

    Description

      While working on async scanner I had some trouble with the extra RPC calls that happen to let the Scanner advance 1 row so it skips the last already known row.
      This RPC call can be avoided by letting the start key be the last row with an appended 0. This saves quite some logic from the scanners and improves performance by saving extra RPC calls.

      Attachments

        1. HBASE-12761-v2.patch
          12 kB
          Jurriaan Mous
        2. HBASE-12761-v1.patch
          12 kB
          Jurriaan Mous
        3. HBASE-12761.patch
          13 kB
          Jurriaan Mous

        Activity

          People

            jurmous Jurriaan Mous
            jurmous Jurriaan Mous
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: