[
https://issues.apache.org/jira/browse/HBASE-13416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rajesh Nishtala updated HBASE-13416:
------------------------------------
Summary: Recreating a deleted table causes replication of old WALS to get
replicated incorrectly (was: Deleted/Recreated tables causes replication of
old WALS to get replicated incorrectly)
> Recreating a deleted table causes replication of old WALS to get replicated
> incorrectly
> ---------------------------------------------------------------------------------------
>
> Key: HBASE-13416
> URL: https://issues.apache.org/jira/browse/HBASE-13416
> Project: HBase
> Issue Type: Bug
> Components: Replication
> Reporter: Rajesh Nishtala
>
> 1) Create a table and setup replication to another cluster
> 2) Write some data into the source table
> 3) Disable and delete the table from the source cluster and the sink cluster
> 4) Recreate the table with the same schema in the source and sink clusters
> 5) The source cluster is empty but the sink cluster has a copy of the old
> data that is not in the source cluster.
> To work around:
> 1) disable the table in the source cluster
> 2) Roll the WALs across all region servers
> 3) Delete the table in the source cluster
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)