You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (JIRA)" <ji...@apache.org> on 2017/04/14 22:10:41 UTC

[jira] [Resolved] (HBASE-16001) Support batching of CAS operations

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

Nick Dimiduk resolved HBASE-16001.
----------------------------------
    Resolution: Duplicate

> Support batching of CAS operations
> ----------------------------------
>
>                 Key: HBASE-16001
>                 URL: https://issues.apache.org/jira/browse/HBASE-16001
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Nick Dimiduk
>
> CAS operations are made available only via direct calls to {{Table#checkAndXXX}}. There's no Mutation type for {{checkAndPut}} for example. That means they cannot be used with {{BufferedMutator}}'s batching capabilities, they must be sent one-for-one with an RPC. Extend the {{Mutation}} type hierarchy to support sending these CAS operations more efficiently.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)