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

[jira] [Updated] (HBASE-24996) Support CheckAndMutate in Region.batchMutate()

     [ https://issues.apache.org/jira/browse/HBASE-24996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Toshihiro Suzuki updated HBASE-24996:
-------------------------------------
    Description: After HBASE-24602, Region.batchMutate() supports Put/Delete/Increment/Append operations, but it doesn't support CheckAndMutate. If we support CheckAndMutate Region.batchMutate(), we can perform Put/Delete/Increment/Append/CheckAndMutate operations atomically in a row, which is very useful for some cases.  (was: Currently, Region.batchMutate() supports Put/Delete/Increment/Append operations, but it doesn't support CheckAndMutate. If we support CheckAndMutate Region.batchMutate(), we can perform Put/Delete/Increment/Append/CheckAndMutate operations atomically in a row, which is very useful for some cases.)

> Support CheckAndMutate in Region.batchMutate()
> ----------------------------------------------
>
>                 Key: HBASE-24996
>                 URL: https://issues.apache.org/jira/browse/HBASE-24996
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Toshihiro Suzuki
>            Assignee: Toshihiro Suzuki
>            Priority: Major
>
> After HBASE-24602, Region.batchMutate() supports Put/Delete/Increment/Append operations, but it doesn't support CheckAndMutate. If we support CheckAndMutate Region.batchMutate(), we can perform Put/Delete/Increment/Append/CheckAndMutate operations atomically in a row, which is very useful for some cases.



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