[
https://issues.apache.org/jira/browse/HBASE-1845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marc Limotte updated HBASE-1845:
--------------------------------
Attachment: hbase-1845_0.20.5.patch
This is a completely new implementation of HBASE-1845, based on the work Ryan
did for MultiPut (HBASE-2066)
I also applied a lot of the code from HBASE-2421, which had a lot of useful
improvements.
The unit tests are in
"src/test/org/apache/hadoop/hbase/TestMultiParallel.java", which also replaces
"src/test/org/apache/hadoop/hbase/TestMultiParallelPut.java". it includes a
test with a forced failure of one RegionServer.
I've deprecated the old batch methods and made the implementations of those
method call this new one.
> 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, hbase-1845_0.20.3.patch,
> hbase-1845_0.20.5.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.