Tianyi Wang has uploaded a new patch set (#2). ( http://gerrit.cloudera.org:8080/11512 )
Change subject: IMPALA-7606: Fix IllegalStateException in CatalogTableInvalidator ...................................................................... IMPALA-7606: Fix IllegalStateException in CatalogTableInvalidator CatalogdTableInvalidator detects if a table is in a normal state using Table.isLoaded() function. This is wrong because if there is an error during the loading of a table, isLoaded() returns true. This patch checks if the table is an IncompleteTable instead. Also fixed a bug in tryInstallGcListener(). Change-Id: If938a40434b00af516445152f88832ef55d0d0ce --- M fe/src/main/java/org/apache/impala/catalog/CatalogdTableInvalidator.java M tests/custom_cluster/test_automatic_invalidation.py 2 files changed, 19 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/12/11512/2 -- To view, visit http://gerrit.cloudera.org:8080/11512 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: If938a40434b00af516445152f88832ef55d0d0ce Gerrit-Change-Number: 11512 Gerrit-PatchSet: 2 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]> Gerrit-Reviewer: Vuk Ercegovac <[email protected]>
