anujphadke has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/4161

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, 32 insertions(+), 27 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/61/4161/1
-- 
To view, visit http://gerrit.cloudera.org:8080/4161
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic228efbcceb9ef6c165d0d9aeef7202581e3e46a
Gerrit-PatchSet: 1
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: anujphadke <apha...@cloudera.com>

Reply via email to