This is an automated email from the ASF dual-hosted git repository.

tarmstrong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git.


    from a8e3050  IMPALA-7980: Fix spinning because of buggy 
num_unqueued_files_.
     new 11120a9  Revert "IMPALA-8146: Remove make_{debug,release,asan}.sh"
     new 0a2261f  IMPALA-8092: Add an admission controller debug page

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/catalog/catalog-server.cc                   |   2 +-
 be/src/rpc/rpc-trace.cc                            |   2 +-
 be/src/runtime/coordinator.cc                      |   3 +-
 be/src/scheduling/admission-controller.cc          | 155 +++++++++-
 be/src/scheduling/admission-controller.h           |  64 +++-
 be/src/service/impala-http-handler.cc              | 104 ++++++-
 be/src/service/impala-http-handler.h               |  61 ++++
 be/src/statestore/statestore.cc                    |   4 +-
 be/src/util/default-path-handlers.cc               |  10 +-
 be/src/util/logging-support.cc                     |   2 +-
 be/src/util/metrics.cc                             |   2 +-
 be/src/util/thread.cc                              |   3 +-
 be/src/util/webserver-test.cc                      |  14 +-
 be/src/util/webserver.h                            |   2 +-
 testdata/bin/kill-mini-dfs.sh => bin/make_asan.sh  |   5 +-
 testdata/bin/kill-mini-dfs.sh => bin/make_debug.sh |   5 +-
 .../bin/kill-mini-dfs.sh => bin/make_release.sh    |   5 +-
 tests/webserver/test_web_pages.py                  |  47 +++
 www/admission_controller.tmpl                      | 343 +++++++++++++++++++++
 www/common-header.tmpl                             |   7 +-
 20 files changed, 793 insertions(+), 47 deletions(-)
 copy testdata/bin/kill-mini-dfs.sh => bin/make_asan.sh (89%)
 copy testdata/bin/kill-mini-dfs.sh => bin/make_debug.sh (89%)
 copy testdata/bin/kill-mini-dfs.sh => bin/make_release.sh (91%)
 create mode 100644 www/admission_controller.tmpl

Reply via email to