This is an automated email from the ASF dual-hosted git repository.
dbecker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from ae6846b1c IMPALA-12800: Skip O(n^2) ExprSubstitutionMap::verify() for
release builds
new 967231201 IMPALA-11735: Handle CREATE_TABLE event when the db is
invisible to the impala server user
new 98739a845 IMPALA-13083: Clarify
REASON_MEM_LIMIT_TOO_LOW_FOR_RESERVATION
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-controller-test.cc | 407 +++++++++++++++++++--
be/src/scheduling/admission-controller.cc | 87 ++++-
be/src/scheduling/schedule-state.cc | 136 +++++--
be/src/scheduling/schedule-state.h | 25 ++
be/src/scheduling/scheduler.cc | 5 +-
be/src/scheduling/scheduler.h | 2 +
common/protobuf/admission_control_service.proto | 23 ++
docs/topics/impala_admission.xml | 71 +++-
docs/topics/impala_mem_limit.xml | 8 +-
.../impala/catalog/events/MetastoreEvents.java | 5 +
.../events/MetastoreEventsProcessorTest.java | 18 +
.../QueryTest/admission-max-min-mem-limits.test | 19 +-
.../admission-reject-min-reservation.test | 25 +-
.../QueryTest/runtime_row_filter_reservations.test | 6 +-
14 files changed, 711 insertions(+), 126 deletions(-)