[ 
https://issues.apache.org/jira/browse/HBASE-2946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12904884#action_12904884
 ] 

Jonathan Gray commented on HBASE-2946:
--------------------------------------

Forgot the amount in the second API but you get the picture.

Also, it would be nice if the multiple increments to a row would either all 
pass or all fail, so this would still be atomic.  Should be okay from WAL 
perspective but since it uses memstoreTS=0, not sure that will jive with the 
RWCC business.  @Ryan, thoughts on that?

> Increment multiple columns in a row at once
> -------------------------------------------
>
>                 Key: HBASE-2946
>                 URL: https://issues.apache.org/jira/browse/HBASE-2946
>             Project: HBase
>          Issue Type: New Feature
>          Components: client, regionserver
>            Reporter: Jonathan Gray
>             Fix For: 0.90.0
>
>
> Currently there is no way to do multiple increments to a single row in one 
> RPC.  This jira is about adding an HTable and HRegionInterface method to 
> increment multiple columns within a single row at once.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to