Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/9458 )
Change subject: IMPALA-6583: Wait for non-empty catalog update at impalad startup ...................................................................... IMPALA-6583: Wait for non-empty catalog update at impalad startup Currently an empty statestore catalog update would enable impalad to begin compiling queries. It breaks many custom cluster tests. This patch makes impalad wait for a non-zero catalog version. Testing: test_single_coordinator_cluster_config is run in a loop for several hours. Core tests are also run. Change-Id: Ie5f09d03497543f283b39c6186ecfda2e0097c87 Reviewed-on: http://gerrit.cloudera.org:8080/9458 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins --- M fe/src/main/java/org/apache/impala/catalog/CatalogServiceCatalog.java M fe/src/main/java/org/apache/impala/catalog/ImpaladCatalog.java M fe/src/main/java/org/apache/impala/service/Frontend.java 3 files changed, 23 insertions(+), 13 deletions(-) Approvals: Alex Behm: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/9458 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ie5f09d03497543f283b39c6186ecfda2e0097c87 Gerrit-Change-Number: 9458 Gerrit-PatchSet: 5 Gerrit-Owner: Tianyi Wang <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Impala Public Jenkins Gerrit-Reviewer: Tianyi Wang <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
