You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Rajesh Nishtala (JIRA)" <ji...@apache.org> on 2015/04/07 01:20:12 UTC

[jira] [Created] (HBASE-13416) Deleted/Recreated tables causes replication of old WALS to get replicated incorrectly

Rajesh Nishtala created HBASE-13416:
---------------------------------------

             Summary: Deleted/Recreated tables 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)