You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sankar Hariappan (JIRA)" <ji...@apache.org> on 2017/05/22 08:14:04 UTC

[jira] [Created] (HIVE-16727) REPL DUMP for insert event should't fail if the table is already dropped.

Sankar Hariappan created HIVE-16727:
---------------------------------------

             Summary: REPL DUMP for insert event should't fail if the table is already dropped.
                 Key: HIVE-16727
                 URL: https://issues.apache.org/jira/browse/HIVE-16727
             Project: Hive
          Issue Type: Sub-task
          Components: Hive, repl
    Affects Versions: 2.1.0
            Reporter: Sankar Hariappan
            Assignee: Sankar Hariappan


Currently, insert event doesn't log the table object as part of event notification message. During dump, the table object is obtained from metastore which can be null if the table is already dropped and hence REPL DUMP fails.
Steps:
1. Bootstrap dump/load with a table.
2. Insert into the table.
3. Drop the table.
4. REPL DUMP (incremental).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)