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

Region Server Coprocessor : Suggestion for change when next() call with nbRows>1

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 0.92.0
    • None
    • Coprocessors
    • None

    Description

      Originated from the discussion under HBASE-2038 [Coprocessor based IHBase]

      Currently preNext() and postNext() will be called once for a next() call into HRegionServer.
      But if the next() is being called with nbRows>1, co processor should provide a chance to do some operation before, after every next() calls into region as part of call next(int scannerId, int nbRows).

      In case of usage of coprocessor with IHBase, before making any calls of next() into a Region, we need to make a reseek() to a row based on the index information.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              anoopsamjohn Anoop Sam John
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: