You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "dhruba borthakur (JIRA)" <ji...@apache.org> on 2011/09/22 09:21:26 UTC

[jira] [Updated] (HBASE-4131) Make the Replication Service pluggable via a standard interface definition

     [ https://issues.apache.org/jira/browse/HBASE-4131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HBASE-4131:
------------------------------------

    Attachment: replicationInterface1.txt

This patch creates an interface called ReplicationInterface. This is the interface that should be implemented by any Replication Module.

The classname shouldbe specified via a config variable hbase.replication.service. If this is not set, then the default name of the Replication class is org.apache.hadoop.hbase.replication.regionserver.Replication to maintain backward compatibility.

Stack: does this answer the question you asked earlier?

> 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
>         Attachments: replicationInterface1.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