You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Toshihiro Suzuki (Jira)" <ji...@apache.org> on 2020/03/21 08:42:00 UTC

[jira] [Created] (HBASE-24030) Add necessary validations to HRegion.checkAndMutate() and HRegion.checkAndRowMutate()

Toshihiro Suzuki created HBASE-24030:
----------------------------------------

             Summary: Add necessary validations to HRegion.checkAndMutate() and HRegion.checkAndRowMutate()
                 Key: HBASE-24030
                 URL: https://issues.apache.org/jira/browse/HBASE-24030
             Project: HBase
          Issue Type: Bug
            Reporter: Toshihiro Suzuki
            Assignee: Toshihiro Suzuki
             Fix For: 3.0.0, 2.3.0


Need to check that the following are fulfilled in HRegion.checkAndMutate() and HRegion.checkAndRowMutate():

# The mutation type should be Put or Delete.
# The specified row should match the row of the Put/Delete/RowMutations.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)