Ashish Singhi created HBASE-13057:
-------------------------------------
Summary: Provide client utility to easily enable and disable table
replication
Key: HBASE-13057
URL: https://issues.apache.org/jira/browse/HBASE-13057
Project: HBase
Issue Type: New Feature
Components: Replication
Affects Versions: 0.98.10
Reporter: Ashish Singhi
Assignee: Ashish Singhi
Currently to enable replication for a table user has to
1) Disable the table
2) Set the replication scope
3) enable the table
and also create a table with same name and CFs in peer cluster(s).
To help user we can provide client API's to enable and disable table
replication.
So that user has to call only one API i.e., enable table replication which will,
1. Create a table with same name and CFs in the peer cluster(s)
2. Disable the table
3. Set the replication scope
4. Enable the table
If user wants to disable table replication then he/she only has to call disable
table replication API which will,
1. Disable the table
2. Set the replication scope
3. Enable the table.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)