This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch branch-4.0.1
in repository https://gitbox.apache.org/repos/asf/impala.git.
from 80a1dc3 IMPALA-10714: Defer advancing read page until the buffer is
attached
new ce433ba IMPALA-10936: Fix NPE in collecting policy tables on
FailedLoadLocalTable
new edca349 IMPALA-10942: Fix memory leak in admission controller
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
be/src/scheduling/admission-control-service.cc | 2 +-
be/src/scheduling/admission-controller.cc | 6 +++---
be/src/scheduling/admission-controller.h | 2 +-
.../scheduling/local-admission-control-client.cc | 2 +-
.../apache/impala/analysis/StmtMetadataLoader.java | 9 ++++++--
.../apache/impala/catalog/local/LocalTable.java | 18 ++++++++--------
.../impala/analysis/StmtMetadataLoaderTest.java | 25 +++++++++++++++++++++-
7 files changed, 46 insertions(+), 18 deletions(-)