[
https://issues.apache.org/jira/browse/HBASE-544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Duxbury updated HBASE-544:
--------------------------------
Attachment: 544.patch
Patch removes startUpdate calls from all but a few places. TestBatchUpdate and
TestMultipleUpdates both stay the same, but TMU will be removed when
startUpdate is. Parts of TBU will also be whacked when we remove the deprecated
methods. HTable still has its startUpdate methods.
I also changed the Incommon interface to remove the startUpdate, put, delete,
and commit methods, and made a new commit(BatchUpdate).
Passes unit tests locally.
> Purge startUpdate usage from internal code and test cases
> ---------------------------------------------------------
>
> Key: HBASE-544
> URL: https://issues.apache.org/jira/browse/HBASE-544
> Project: Hadoop HBase
> Issue Type: Improvement
> Affects Versions: 0.2.0
> Reporter: Bryan Duxbury
> Assignee: Bryan Duxbury
> Priority: Trivial
> Fix For: 0.2.0
>
> Attachments: 544.patch
>
>
> We have batch updates now. Nothing internal should be using the deprecated
> startUpdate method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.