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

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


    from aa603d8  IMPALA-8090: race when reusing ScanRange in test
     new 13dfdc6  IMPALA-6664: Tag log statements with fragment or query ids.
     new e5af7f9  IMPALA-8064: Fix intermittent test failures from 
test_min_max_filters
     new 8c673ed  IMPALA-7731: Add Read/Exchange counters to profile
     new 678ed16  IMPALA-8113: skip test_aggregation and 
test_avro_primitive_in_list in S3

The 4 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/common/logging.cc                    | 34 ++++++++++++--
 be/src/common/thread-debug-info-test.cc     | 69 +++++++++++++++++++++++------
 be/src/common/thread-debug-info.cc          |  2 +
 be/src/common/thread-debug-info.h           | 47 ++++++++++++++++----
 be/src/exec/scan-node.cc                    |  7 +--
 be/src/runtime/coordinator-backend-state.cc | 19 +++++++-
 be/src/runtime/coordinator-backend-state.h  |  3 ++
 be/src/runtime/coordinator.cc               | 37 ++++++++++++++++
 be/src/runtime/coordinator.h                |  8 ++++
 be/src/runtime/fragment-instance-state.cc   |  7 +++
 be/src/runtime/io/disk-io-mgr.cc            |  6 +++
 be/src/runtime/io/request-context.cc        |  6 +++
 be/src/runtime/io/request-context.h         | 13 ++++++
 be/src/runtime/krpc-data-stream-sender.cc   |  2 +
 be/src/runtime/krpc-data-stream-sender.h    |  3 ++
 be/src/runtime/query-state.cc               |  2 +-
 be/src/runtime/runtime-state.cc             |  9 ++++
 be/src/runtime/runtime-state.h              | 18 ++++++++
 be/src/service/impala-hs2-server.cc         |  2 +
 be/src/service/impala-internal-service.cc   |  1 +
 be/src/service/impala-server.cc             |  4 +-
 be/src/util/debug-util.h                    |  2 +
 be/src/util/pretty-printer.h                |  1 -
 lib/python/impala_py_lib/gdb/impala-gdb.py  |  6 ++-
 tests/common/custom_cluster_test_suite.py   | 38 ----------------
 tests/common/impala_test_suite.py           | 42 ++++++++++++++++++
 tests/observability/test_log_fragments.py   | 58 ++++++++++++++++++++++++
 tests/query_test/test_aggregation.py        |  2 +
 tests/query_test/test_nested_types.py       |  1 +
 tests/query_test/test_observability.py      | 36 +++++++++++++++
 30 files changed, 412 insertions(+), 73 deletions(-)
 create mode 100644 tests/observability/test_log_fragments.py

Reply via email to