[
https://issues.apache.org/jira/browse/HBASE-1574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stack updated HBASE-1574:
-------------------------
Attachment: batchdelete.patch
Any chance of a review J-D?
This is not a pretty addition. In particular, the code in HConnectionManager
is effectively duplicated. I tried to make a class to hold common code but it
just made stuff worse; state is held in too many variables across the full
breadth of the method. I factored out what I could. It would help if Put and
Delete had an ancestor or even if it was just an interface such as Row with a
getRow method in it or ComparableRow.
> Client and server APIs to do batch deletes.
> -------------------------------------------
>
> Key: HBASE-1574
> URL: https://issues.apache.org/jira/browse/HBASE-1574
> Project: Hadoop HBase
> Issue Type: Bug
> Affects Versions: 0.20.0
> Reporter: ryan rawson
> Fix For: 0.20.1
>
> Attachments: batchdelete.patch
>
>
> in 880 there is no way to do a batch delete (anymore?). We should add one
> back in.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.