This is an automated email from the ASF dual-hosted git repository.
joemcdonnell pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/impala.git
from 6f2ac8a40 IMPALA-13822: Add more detail in impala_connection.py logs
new 1f7026939 IMPALA-13838: Update Impala version to 5.0.0-SNAPSHOT
new 71feb617e IMPALA-13835: Remove reference to protocol-specific states
new a07bf84ca IMPALA-13259: [DOCS] Documentation for adding cluster id to
the membership and request-queue topic names
The 3 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:
bin/impala-config.sh | 2 +-
docs/impala.ditamap | 1 +
docs/topics/impala_cluster_id_request_queue.xml | 71 ++++++++++++++++++++++
fe/pom.xml | 2 +-
java/TableFlattener/pom.xml | 2 +-
java/calcite-planner/pom.xml | 6 +-
java/datagenerator/pom.xml | 2 +-
java/executor-deps/pom.xml | 2 +-
java/ext-data-source/api/pom.xml | 2 +-
java/ext-data-source/jdbc/pom.xml | 2 +-
java/ext-data-source/pom.xml | 2 +-
java/ext-data-source/sample/pom.xml | 2 +-
java/ext-data-source/test/pom.xml | 2 +-
java/external-frontend/pom.xml | 4 +-
java/pom.xml | 2 +-
java/puffin-data-generator/pom.xml | 2 +-
java/query-event-hook-api/pom.xml | 2 +-
java/shaded-deps/hive-exec/pom.xml | 2 +-
java/shaded-deps/s3a-aws-sdk/pom.xml | 2 +-
java/test-corrupt-hive-udfs/pom.xml | 2 +-
java/test-hive-udfs/pom.xml | 2 +-
java/yarn-extras/pom.xml | 2 +-
tests/custom_cluster/test_blacklist.py | 10 +--
tests/custom_cluster/test_catalogd_ha.py | 5 +-
tests/custom_cluster/test_events_custom_configs.py | 13 ++--
tests/custom_cluster/test_executor_groups.py | 6 +-
tests/custom_cluster/test_kudu.py | 5 +-
tests/custom_cluster/test_process_failures.py | 4 +-
tests/custom_cluster/test_query_live.py | 11 ++--
tests/custom_cluster/test_query_log.py | 9 +--
tests/custom_cluster/test_query_retries.py | 37 +++++------
tests/custom_cluster/test_restart_services.py | 12 ++--
tests/custom_cluster/test_result_spooling.py | 3 +-
tests/custom_cluster/test_statestored_ha.py | 14 ++---
tests/metadata/test_ddl.py | 46 +++++---------
tests/metadata/test_load.py | 20 +++---
tests/query_test/test_cancellation.py | 4 +-
tests/query_test/test_fetch.py | 13 ++--
tests/query_test/test_result_spooling.py | 39 ++++++------
tests/webserver/test_web_pages.py | 33 +++++-----
40 files changed, 231 insertions(+), 171 deletions(-)
create mode 100644 docs/topics/impala_cluster_id_request_queue.xml