Sankar Hariappan created HIVE-21764: ---------------------------------------
Summary: REPL DUMP should detect and bootstrap any rename table events where old table was excluded but renamed table is included. Key: HIVE-21764 URL: https://issues.apache.org/jira/browse/HIVE-21764 Project: Hive Issue Type: Sub-task Components: repl Reporter: Sankar Hariappan Assignee: Sankar Hariappan REPL DUMP fetches the events from NOTIFICATION_LOG table based on regular expression + inclusion/exclusion list. So, in case of rename table event, the event will be ignored if old table doesn't match the pattern but the new table should be bootstrapped. REPL DUMP should have a mechanism to detect such tables and automatically bootstrap with incremental replication. Also, if renamed table is excluded from replication policy, then need to drop the old table at target as well. -- This message was sent by Atlassian JIRA (v7.6.3#76005)