[
https://issues.apache.org/jira/browse/HBASE-18822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16555415#comment-16555415
]
Ashish Singhi commented on HBASE-18822:
---------------------------------------
Looked at the patch at high level.
This will create all the tables in the peer cluster after enabling it. May be
some user are not interested in all the tables data replication but still we
will end up in creating the table in all the peers.
Can we instead add a boolean to DDL APIs, by default false and on true we can
replicate the same operation in peer clusters. We have done the same way in my
previous employer. WDYT ?
//CC [~pankaj2461]
> Create table for peer cluster automatically when creating table in source
> cluster of using namespace replication.
> -----------------------------------------------------------------------------------------------------------------
>
> Key: HBASE-18822
> URL: https://issues.apache.org/jira/browse/HBASE-18822
> Project: HBase
> Issue Type: Improvement
> Components: Replication
> Affects Versions: 2.0.0-alpha-2
> Reporter: Zheng Hu
> Assignee: Zheng Hu
> Priority: Major
> Fix For: 3.0.0, 2.2.0
>
> Attachments: HBASE-18822.v1.patch
>
>
> In our cluster of using namespace replication, we always forget to create
> table in peer cluster, which lead to replication get stuck.
> We have implemented the feature in our cluster: create table for peer
> cluster automatically when creating table in source cluster of using
> namespace replication.
>
> I'm not sure if someone else needs this feature, so create an issue here for
> discussing
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)