Alex Behm has uploaded a new patch set (#2). Change subject: IMPALA-5028: Lock table in /catalog_objects endpoint. ......................................................................
IMPALA-5028: Lock table in /catalog_objects endpoint. There was a missing lock acquisition before Table.toThrift() in the code used for implementing the /catalog_objects endpoint in the WebUI. Testing: - Added a regression test in test_web_pages.py Change-Id: I3ad4ce286b8cc169f29b8ddfa215f8949b1c11ff --- M fe/src/main/java/org/apache/impala/catalog/Catalog.java M tests/webserver/test_web_pages.py 2 files changed, 32 insertions(+), 3 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/96/6296/2 -- To view, visit http://gerrit.cloudera.org:8080/6296 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I3ad4ce286b8cc169f29b8ddfa215f8949b1c11ff Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Alex Behm <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Dimitris Tsirogiannis <[email protected]>
