Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/9684 Reviewed-by: Alex Behm <[email protected]> Reviewed-by: Dimitris Tsirogiannis <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/catalog/Catalog.java 1 file changed, 1 insertion(+), 2 deletions(-) Approvals: Alex Behm: Looks good to me, but someone else must approve Dimitris Tsirogiannis: Looks good to me, approved Impala Public Jenkins: Verified -- 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: merged Gerrit-Change-Id: I1ee6c6477458e0f4dd31b12daa9ed5f146d84e7b Gerrit-Change-Number: 9684 Gerrit-PatchSet: 2 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Tianyi Wang <[email protected]>
