Alex Behm has uploaded a new patch set (#4). 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 --- 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, 24 insertions(+), 41 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/77/6177/4 -- To view, visit http://gerrit.cloudera.org:8080/6177 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I0e0270daf59fce95f1a1520fc5aaf91d3a7b99fe Gerrit-PatchSet: 4 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]>
