Tianyi Wang has uploaded this change for review. ( 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 on both 2.x and master branch. Core tests are also run. Change-Id: Ie5f09d03497543f283b39c6186ecfda2e0097c87 --- M fe/src/main/java/org/apache/impala/catalog/ImpaladCatalog.java 1 file changed, 6 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/58/9458/1 -- 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: newchange Gerrit-Change-Id: Ie5f09d03497543f283b39c6186ecfda2e0097c87 Gerrit-Change-Number: 9458 Gerrit-PatchSet: 1 Gerrit-Owner: Tianyi Wang <[email protected]>
