Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-4998: Fix missing table lock acquisition. ......................................................................
IMPALA-4998: Fix missing table lock acquisition. The following commit broke test_views_compatibility.py which only runs in exhaustive mode, so the issue was not caught by pre-commit testing: a71636847fe742a9d0eb770516aff34ff16bbca1 Testing: Before this patch test_views_compatibility.py failed locally reliably. After this patch the test passes locally. Change-Id: I0e0270daf59fce95f1a1520fc5aaf91d3a7b99fe Reviewed-on: http://gerrit.cloudera.org:8080/6177 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/TableLoadingMgr.java 2 files changed, 23 insertions(+), 49 deletions(-) Approvals: Impala Public Jenkins: Verified Alex Behm: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/6177 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0e0270daf59fce95f1a1520fc5aaf91d3a7b99fe Gerrit-PatchSet: 7 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
