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

Bypassing default actions in prePut fails sometimes with HTable client

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.92.0
    • 0.92.0
    • Coprocessors
    • None
    • Reviewed

    Description

      While testing some other scenario I found calling CoprocessorEnvironment.bypass() fails if all trailing puts in a batch are bypassed that way. By extension a single bypassed put will also fail.

      The problem is that the puts are removed from the batch in a way that does not align them with the result-status, and in addition the result is never marked as success.

      A possible fix is to just mark bypassed puts as SUCCESS and filter them in the following logic.
      (I also contemplated a new BYPASSED OperationStatusCode, but that turned out to be not necessary).

      Attachments

        1. 4331.txt
          2 kB
          Lars Hofhansl
        2. 4331-v2.txt
          7 kB
          Lars Hofhansl
        3. 4331-v3.txt
          7 kB
          Lars Hofhansl
        4. 4331-v4.txt
          8 kB
          Lars Hofhansl

        Activity

          People

            larsh Lars Hofhansl
            larsh Lars Hofhansl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: