This is an automated email from the ASF dual-hosted git repository.
stigahuang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from ee300a1af IMPALA-12163: Fixes two issues when outputting RPC details.
new dbddb0844 IMPALA-12120: Limit output writer parallelism based on write
volume
new 8a2340ebf IMPALA-12096: Add process start time and version to backends
webui
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/scheduler.cc | 6 +-
be/src/service/impala-http-handler.cc | 4 +
be/src/service/impala-server.cc | 8 ++
common/protobuf/statestore_service.proto | 8 ++
common/thrift/ImpalaService.thrift | 6 -
.../apache/impala/planner/DistributedPlanner.java | 112 +++++++++++++----
.../org/apache/impala/planner/HdfsTableSink.java | 5 +
.../org/apache/impala/planner/PlanFragment.java | 12 +-
.../java/org/apache/impala/planner/ScanNode.java | 10 ++
.../java/org/apache/impala/service/Frontend.java | 9 +-
tests/custom_cluster/test_executor_groups.py | 136 +++++++++++++++++++--
tests/query_test/test_insert.py | 56 ++++++---
tests/webserver/test_web_pages.py | 2 +
www/backends.tmpl | 18 ++-
14 files changed, 324 insertions(+), 68 deletions(-)