Vihang Karajgaonkar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/13548
Change subject: IMPALA-8567 : Improve failure messages for insert events ...................................................................... IMPALA-8567 : Improve failure messages for insert events This patch adds the exception to the error message during processing of Insert events to improve debugging ability in case of errors. Also, refactors the existing tests for insert events into util methods which can be reused for other tests. Added a new test case which generates a insert event on a table which has been dropped. This scenario was seen while debugging test failures reported in IMPALA-8567. Although, in this case the test does not error out. Testing done: Ran existing tests for events processor Change-Id: I961cd7cbede4c248dba538c7fabb4bc708e49693 --- M fe/src/main/java/org/apache/impala/catalog/events/MetastoreEvents.java M fe/src/main/java/org/apache/impala/service/CatalogOpExecutor.java M fe/src/main/java/org/apache/impala/util/MetaStoreUtil.java M fe/src/test/java/org/apache/impala/catalog/events/MetastoreEventsProcessorTest.java 4 files changed, 163 insertions(+), 127 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/48/13548/2 -- To view, visit http://gerrit.cloudera.org:8080/13548 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I961cd7cbede4c248dba538c7fabb4bc708e49693 Gerrit-Change-Number: 13548 Gerrit-PatchSet: 2 Gerrit-Owner: Vihang Karajgaonkar <[email protected]> Gerrit-Reviewer: Anurag Mantripragada <[email protected]>
