Vihang Karajgaonkar created IMPALA-8633:
-------------------------------------------
Summary: Insert event should not error when table does not exists
Key: IMPALA-8633
URL: https://issues.apache.org/jira/browse/IMPALA-8633
Project: IMPALA
Issue Type: Sub-task
Reporter: Vihang Karajgaonkar
Assignee: Vihang Karajgaonkar
When a insert event is received by the events processor it is possible
that the table has already been removed from metastore. In such cases,
the reloadTable method throws a NoSuchObjectException which is
unhandled. This causes EventProcessor to go in NEEDS_INVALIDATE state.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)