mirror of
https://github.com/apache/impala.git
synced 2026-01-04 18:00:57 -05:00
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 Reviewed-on: http://gerrit.cloudera.org:8080/6296 Reviewed-by: Alex Behm <alex.behm@cloudera.com> Tested-by: Impala Public Jenkins