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

                 Key: HBASE-5517
                 URL: https://issues.apache.org/jira/browse/HBASE-5517
             Project: HBase
          Issue Type: Improvement
          Components: coprocessors
    Affects Versions: 0.92.0
            Reporter: Anoop Sam John


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to