You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2009/01/27 19:46:59 UTC

[jira] Created: (HBASE-1160) Multi-site replication support

Multi-site replication support
------------------------------

                 Key: HBASE-1160
                 URL: https://issues.apache.org/jira/browse/HBASE-1160
             Project: Hadoop HBase
          Issue Type: New Feature
            Reporter: Jean-Daniel Cryans


HBase should support multi-site replication in order to provide higher availability. A first version with eventual consistency could be easy to implement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1160) Multi-site replication support

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12668229#action_12668229 ] 

Andrew Purtell commented on HBASE-1160:
---------------------------------------

+1 for log shipping.

> Multi-site replication support
> ------------------------------
>
>                 Key: HBASE-1160
>                 URL: https://issues.apache.org/jira/browse/HBASE-1160
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Jean-Daniel Cryans
>
> HBase should support multi-site replication in order to provide higher availability. A first version with eventual consistency could be easy to implement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1160) Multi-site replication support

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667880#action_12667880 ] 

Jean-Daniel Cryans commented on HBASE-1160:
-------------------------------------------

bq. I don't think we need a statistical 'eventual consistency' multi-write (Eg: paxos), but instead a straight forward replication stream (a la redo log replication from Oracle, mysql, etc) would be pretty good. Tools to monitor that replication stream (replicas are X seconds behind kind of thing) would also be necessary.

Thanks for your input. I was also thinking that something like MySQL replication would be good enough for a majority of people at this point.

> Multi-site replication support
> ------------------------------
>
>                 Key: HBASE-1160
>                 URL: https://issues.apache.org/jira/browse/HBASE-1160
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Jean-Daniel Cryans
>
> HBase should support multi-site replication in order to provide higher availability. A first version with eventual consistency could be easy to implement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1160) Multi-site replication support

Posted by "ryan rawson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667879#action_12667879 ] 

ryan rawson commented on HBASE-1160:
------------------------------------

We'd probably want to avoid spanning a cluster across datacenter boundaries... it's too easy to get into irreconcilable network splits.

Replication as a site-to-site backup is a great approach.  Multi-master replication would allow concurrent read/write when the link between the sites is down, but the internet connection is still available (very common scenario surprisingly).

I don't think we need a statistical 'eventual consistency' multi-write (Eg: paxos), but instead a straight forward replication stream (a la redo log replication from Oracle, mysql, etc) would be pretty good.  Tools to monitor that replication stream (replicas are X seconds behind kind of thing) would also be necessary.

> Multi-site replication support
> ------------------------------
>
>                 Key: HBASE-1160
>                 URL: https://issues.apache.org/jira/browse/HBASE-1160
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Jean-Daniel Cryans
>
> HBase should support multi-site replication in order to provide higher availability. A first version with eventual consistency could be easy to implement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-1160) Multi-site replication support

Posted by "stack (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

stack resolved HBASE-1160.
--------------------------

    Resolution: Duplicate

Lets favor hbase-1295 over this one.  Closing.

> Multi-site replication support
> ------------------------------
>
>                 Key: HBASE-1160
>                 URL: https://issues.apache.org/jira/browse/HBASE-1160
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Jean-Daniel Cryans
>
> HBase should support multi-site replication in order to provide higher availability. A first version with eventual consistency could be easy to implement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1160) Multi-site replication support

Posted by "Andrew Purtell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707862#action_12707862 ] 

Andrew Purtell commented on HBASE-1160:
---------------------------------------

Sorry, I opened HBASE-1295 because I had forgotten about this issue. Close this issue in favor of 1295? Or vice versa?

> Multi-site replication support
> ------------------------------
>
>                 Key: HBASE-1160
>                 URL: https://issues.apache.org/jira/browse/HBASE-1160
>             Project: Hadoop HBase
>          Issue Type: New Feature
>            Reporter: Jean-Daniel Cryans
>
> HBase should support multi-site replication in order to provide higher availability. A first version with eventual consistency could be easy to implement.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.