Tianyi Wang has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9684
Change subject: IMPALA-6683: Fix infinite loop after restarting the catalog ...................................................................... IMPALA-6683: Fix infinite loop after restarting the catalog Currently the catalog service ID topic item includes the ID string. It causes the coexistence of multiple catalog service ID topic items after the catalogd restarts. Impalad therefore keeps detecting the change of catalog service ID and requests a full catalog update. This patch uses "CATALOG_SERVICE_ID" as the topic item name instead. With the patch impalad prints only one line of catalog change log after the catalog restarts. Change-Id: I1ee6c6477458e0f4dd31b12daa9ed5f146d84e7b --- M fe/src/main/java/org/apache/impala/catalog/Catalog.java 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/84/9684/1 -- To view, visit http://gerrit.cloudera.org:8080/9684 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I1ee6c6477458e0f4dd31b12daa9ed5f146d84e7b Gerrit-Change-Number: 9684 Gerrit-PatchSet: 1 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Tianyi Wang <[email protected]>
