You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "ChiaPing Tsai (JIRA)" <ji...@apache.org> on 2016/10/24 08:21:59 UTC

[jira] [Created] (HBASE-16933) Calls to ObserverContext#bypass in HRegion#processRowsWithLocks is inconsistent

ChiaPing Tsai created HBASE-16933:
-------------------------------------

             Summary: Calls to ObserverContext#bypass in HRegion#processRowsWithLocks is inconsistent
                 Key: HBASE-16933
                 URL: https://issues.apache.org/jira/browse/HBASE-16933
             Project: HBase
          Issue Type: Bug
            Reporter: ChiaPing Tsai
            Priority: Minor


The scenario is similar to [HBASE-15417|https://issues.apache.org/jira/browse/HBASE-15417].
The MultiRowMutationProcessor has the incorrect usage of bypassed mutations.

This patch take some incompatible change shown below.

# If any mutation is bypassed, all mutations will be bypassed. Because the RowMutations is an atomic operation.
# No CP post-hook will be called if the all mutations are bypassed. For example, postPut, postDelete, and postBatchMutateIndispensably



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)