[
https://issues.apache.org/jira/browse/HBASE-14717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ashish Singhi reassigned HBASE-14717:
-------------------------------------
Assignee: Ashish Singhi
> Enable_table_replication should not create table in peer cluster if specified
> few tables added in peer
> ------------------------------------------------------------------------------------------------------
>
> Key: HBASE-14717
> URL: https://issues.apache.org/jira/browse/HBASE-14717
> Project: HBase
> Issue Type: Bug
> Components: Replication
> Affects Versions: 1.0.2
> Reporter: Y. SREENIVASULU REDDY
> Assignee: Ashish Singhi
>
> Enable_table_replication should not create table in peer cluster.
> if specified few tables only added in peer, while performing the add_peer
> operation.
> eg:
> {code}
> hbase(main):044:0> list_peers
> PEER_ID CLUSTER_KEY STATE TABLE_CFS
> peer2 vm1,vm2,vm3:2181:/hbase ENABLED repCluster3; table3:d
> peer1 vm7,vm8,vm9:2181:/hbase ENABLED
> {code}
> But created an another table, lets say
> {code}
> create 'TableShouldNotReplicate', 'fam'
> {code}
> then perform enable_table_replication on TableShouldNotReplicate
> then table should create only in 'peer1' cluster only, but not in 'peer2'
> cluster.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)