[
https://issues.apache.org/jira/browse/HBASE-4718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13142691#comment-13142691
]
Jonathan Hsieh commented on HBASE-4718:
---------------------------------------
Here are the results of the relevent unit tests running tests on 0.90.x. I'm
fairly confident that only known flakies could fail on the full run, will post
any anomalies.
{code}
~/proj/hbase-0.90$ mvn test
-Dtest=TestLoadIncrementalHFilesSplitRecovery,TestHRegionServerBulkLoad
....
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.hadoop.hbase.regionserver.TestHRegionServerBulkLoad
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 47.143 sec
Running org.apache.hadoop.hbase.mapreduce.TestLoadIncrementalHFilesSplitRecovery
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.985 sec
Results :
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
{code}
> Backport HBASE-4552 to 0.90 branch.
> -----------------------------------
>
> Key: HBASE-4718
> URL: https://issues.apache.org/jira/browse/HBASE-4718
> Project: HBase
> Issue Type: Bug
> Affects Versions: 0.90.4
> Reporter: Jonathan Hsieh
> Assignee: Jonathan Hsieh
> Attachments: hbase-4718.0.90.patch
>
>
> In discussion of HBASE-4552 / HBASE-4677 there has been some discussion about
> whether and how to backport HBASE-4552 to the 0.90 branch. This is a
> potentially compatibility breaking so several approaches hav ebeen suggested.
> 1) provide patch but do not integrate
> 2) integrate patch that extends and deprecates old api without removing old
> api. It has been argued that clients are supposed to use
> LoadIncrementalHFiles api and not at the internal HRegionServer RPC api.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira