You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Duo Zhang (Jira)" <ji...@apache.org> on 2021/11/14 13:03:00 UTC

[jira] [Commented] (HBASE-26233) The region replication framework should not be built upon the general replication framework

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

Duo Zhang commented on HBASE-26233:
-----------------------------------

[~huaxiangsun] This is a redo of the region replication framework at server side, for decoupling the replication framework and wal framework, so we can continue the work for HBASE-15867.

And when discussing around HBASE-18070, I recall that we talked about only replicate the 'info' family. So have we already done this, i.e, only replicate 'info' family but not other families? Reading the section in ref guide

http://hbase.apache.org/book.html#async.wal.replication.meta

I haven't seen any related topics. So my question is do we still need to implement this feature?

Thanks.

> The region replication framework should not be built upon the general replication framework
> -------------------------------------------------------------------------------------------
>
>                 Key: HBASE-26233
>                 URL: https://issues.apache.org/jira/browse/HBASE-26233
>             Project: HBase
>          Issue Type: Umbrella
>          Components: read replicas
>            Reporter: Duo Zhang
>            Assignee: Duo Zhang
>            Priority: Major
>
> At least, at the source path, where we track the edits, we should not make region replication rely on general replication framework.
> The difficulty here for switching to a table based storage is that, the WAL system and replication system highly depend on each other. There will be cyclic dependency if we want to store replication peer and queue data in a hbase table.
> And after HBASE-18070, even meta wal provider will be integrated together with replication system, which makes things more difficult.
> But in general, for region replication, it is not a big deal to lose some edits, a flush can fix everything, which means we do not so heavy tracking system in the general replication system.
> We should find a more light-weighted way to do region replication.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)