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

dhruba borthakur commented on HBASE-4131:
-----------------------------------------

Two unit tests failed (all other passed):

{code}

grep FAILURE target/surefire-reports/*.txt
target/surefire-reports/org.apache.hadoop.hbase.client.TestHTablePool.txt:Tests 
run: 18, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 147.044 sec <<< 
FAILURE!
target/surefire-reports/org.apache.hadoop.hbase.master.TestDistributedLogSplitting.txt:Tests
 run: 7, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 31.396 sec <<< 
FAILURE!
{code}

> Make the Replication Service pluggable via a standard interface definition
> --------------------------------------------------------------------------
>
>                 Key: HBASE-4131
>                 URL: https://issues.apache.org/jira/browse/HBASE-4131
>             Project: HBase
>          Issue Type: Improvement
>          Components: regionserver
>            Reporter: dhruba borthakur
>            Assignee: dhruba borthakur
>             Fix For: 0.94.0
>
>         Attachments: 4131-backedout.txt, replicationInterface1.txt, 
> replicationInterface2.txt, replicationInterface3.txt, 
> replicationInterface4.txt
>
>
> The current HBase code supports a replication service that can be used to 
> sync data from from one hbase cluster to another. It would be nice to make it 
> a pluggable interface so that other cross-data-center replication services 
> can be used in conjuction with HBase.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to