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

laiyingchun pushed a change to branch branch-1.17.x
in repository https://gitbox.apache.org/repos/asf/kudu.git


    from f27dbe450 KUDU-3432: Fix flakiness in client-test.cc
     new a54ec2e54 KUDU-3503 Allow extra JVM arguments
     new e79c1403c KUDU-3504 Crash master on subprocess death
     new 0f800db7b [util] fix at-rest {en,de}cryption for OpenSSL 3
     new afc6ee3e9 Fix master_hms-itest on RHEL9
     new 088e836cc [thirdparty] fix TSAN build on Ubuntu 22.04
     new 822604487 [clock] clearer logging on the hybrid clock time source
     new 8744cf08e Re-generate test certs with OpenSSL3
     new 70cd66981 [tablet] add more details for operation's APPLY trace

The 8 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:
 src/kudu/clock/hybrid_clock.cc                     |    8 +-
 src/kudu/hms/mini_hms.cc                           |    4 +
 src/kudu/ranger/ranger_client-test.cc              |   31 +
 src/kudu/ranger/ranger_client.cc                   |   23 +-
 src/kudu/security/test/test_certs.cc               | 1189 +++++++++++---------
 src/kudu/subprocess/server.cc                      |   33 +-
 src/kudu/subprocess/server.h                       |   16 +-
 src/kudu/subprocess/subprocess_proxy.h             |    6 +-
 src/kudu/tablet/ops/op_driver.cc                   |   11 +-
 src/kudu/tablet/ops/participant_op.cc              |    8 +-
 src/kudu/tablet/ops/write_op.cc                    |    8 +-
 src/kudu/tablet/tablet.cc                          |   15 +-
 src/kudu/util/env-test.cc                          |    8 +-
 src/kudu/util/env_posix.cc                         |   26 +-
 src/kudu/util/subprocess.cc                        |   13 +-
 src/kudu/util/subprocess.h                         |    7 +-
 thirdparty/download-thirdparty.sh                  |    6 +-
 ...izer-built-against-glibc-2_34-doesnt-work.patch |   39 +
 thirdparty/patches/llvm-ignore-flto-values.diff    |   11 +
 19 files changed, 899 insertions(+), 563 deletions(-)
 create mode 100644 
thirdparty/patches/llvm-Sanitizer-built-against-glibc-2_34-doesnt-work.patch
 create mode 100644 thirdparty/patches/llvm-ignore-flto-values.diff

Reply via email to