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

Erik Holstad commented on HBASE-1845:
-------------------------------------

@Andrew
I haven't worked on this for a little while, but they way I was thinking it is 
that the failed inserts gets returned separately from the successful once and 
that only the failed are retried.
If the code that you have looked at doesn't do that, it is wrong. 

About the write buffer I'm not sure how we want to do, since I think that we 
are gong to be able to mix calls, get, puts and deletes in a single multi call, 
so we have to decide if this is something that makes sense and in that case 
maybe not use the write buffer. But like I said earlier, havn't looked at the 
code recently, so don't exactly remember. 

Erik

> Discussion issue for multi calls, MultiDelete, MultiGet and MultiPut
> --------------------------------------------------------------------
>
>                 Key: HBASE-1845
>                 URL: https://issues.apache.org/jira/browse/HBASE-1845
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Erik Holstad
>             Fix For: 0.21.0
>
>         Attachments: batch.patch, multi-v1.patch
>
>
> I've started to create a general interface for doing these batch/multi calls 
> and would like to get some input and thoughts about how we should handle this 
> and what the protocol should
> look like. 
> First naive patch, coming soon.

-- 
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