Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-2000 Coprocessors
  3. HBASE-3348

Allow Observers to completely override base function

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.92.0
    • Coprocessors
    • None
    • Reviewed

    Description

      Currently an observer can act as a filter or translator but cannot stop a subsequent call down to the base method for get, put, delete, etc. This means an observer cannot completely override the base function. To deal with this we can:

      • Change the preXXX methods to return the same type as the postXXX methods, the same return type of the base method.
      • Extend Coprocessor.Environment with methods that get/set a "should continue" flag.

      The framework should check the "should continue" flag before calling the base method. If not, just return what was returned by the preXXX method.

      Attachments

        1. HBASE-3348.patch
          84 kB
          Andrew Kyle Purtell

        Activity

          People

            apurtell Andrew Kyle Purtell
            apurtell Andrew Kyle Purtell
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: