You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/13 15:27:00 UTC

[jira] [Resolved] (HBASE-9588) Expose checkAndPut/checkAndDelete with comparators to HTableInterface

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

Andrew Kyle Purtell resolved HBASE-9588.
----------------------------------------
    Resolution: Abandoned

> Expose checkAndPut/checkAndDelete with comparators to HTableInterface
> ---------------------------------------------------------------------
>
>                 Key: HBASE-9588
>                 URL: https://issues.apache.org/jira/browse/HBASE-9588
>             Project: HBase
>          Issue Type: Bug
>          Components: Client
>            Reporter: Robert Roland
>            Priority: Major
>         Attachments: checkAndPut_HBASE-9588_0.94.patch, checkAndPut_HBASE-9588_TRUNK-v2.patch, checkAndPut_HBASE-9588_TRUNK-v3.patch, checkAndPut_HBASE-9588_TRUNK.patch, checkAndPut_HBASE-9588_TRUNK.patch.1
>
>
> HRegionInterface allows you to specify a comparator to checkAndPut and checkAndDelete, but that isn't available to the standard HTableInterface.
> The attached patches expose these functions to the client. It adds two methods to HTableInterface, which required implementing in several places.
> They are not implemented in RemoteHTable - I couldn't see an obvious way to implement there. Following the pattern of increment, batch, etc, they are "not supported."



--
This message was sent by Atlassian Jira
(v8.20.7#820007)