anujphadke has uploaded a new patch set (#2). Change subject: IMPALA-4020: Catalog update can fail due to database creation/deletion in hive ......................................................................
IMPALA-4020: Catalog update can fail due to database creation/deletion in hive Catalog currently makes more than one call to the hive metastore while invalidating a database. If a database gets dropped through hive while catalog metastore client tries to access this database a NoSuchObjectException is thrown. This stops initialzing the catalog object. This change catches the NoSuchObjectException and wont stop initializing the catalog object if this exception is thrown for any database. Change-Id: Ic228efbcceb9ef6c165d0d9aeef7202581e3e46a --- M fe/src/main/java/com/cloudera/impala/catalog/CatalogServiceCatalog.java 1 file changed, 49 insertions(+), 29 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/61/4161/2 -- To view, visit http://gerrit.cloudera.org:8080/4161 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ic228efbcceb9ef6c165d0d9aeef7202581e3e46a Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: anujphadke <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]>
