[ 
https://issues.apache.org/jira/browse/OMID-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16562493#comment-16562493
 ] 

James Taylor commented on OMID-108:
-----------------------------------

On the server side, will the batch coprocessor hook always be called, for 
example, if there are just deletes or just puts? I suppose the answer is yes, 
otherwise it wouldn't be working at all :). Also, will multiple RPCs be made in 
this case? We'd want a single RPC. If it's a single RPC and the expected 
coprocessor hook is called, we're all good.

> TTable should support batch method
> ----------------------------------
>
>                 Key: OMID-108
>                 URL: https://issues.apache.org/jira/browse/OMID-108
>             Project: Apache Omid
>          Issue Type: Sub-task
>            Reporter: James Taylor
>            Priority: Major
>
> Phoenix exclusively uses the Table.batch() method to submit data to the HBase 
> region servers, but it looks like TTable does not support this. To be honest, 
> I'm not entirely sure how it's even working now. :) We should support the 
> batch method, though. I believe it'd be pretty trivial - simply switching on 
> the Mutation class to call existing TTable methods.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to