This is an automated email from the ASF dual-hosted git repository.
westonpace pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 6240eae218 ARROW-16193: [Go] Replace CPU discovery package with
golang.org/x/sys/cpu module
add 681ede6fcb ARROW-15604: [C++][CI] Sporadic ThreadSanitizer failure
with OpenTracing
No new revisions were added by this update.
Summary of changes:
ci/docker/fedora-35-cpp.dockerfile | 2 +-
ci/docker/ubuntu-20.04-cpp.dockerfile | 2 +-
ci/docker/ubuntu-22.04-cpp.dockerfile | 2 +-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 +-
cpp/src/arrow/util/CMakeLists.txt | 1 +
cpp/src/arrow/util/thread_pool.cc | 38 +++++++++++++++-------
cpp/src/arrow/util/thread_pool.h | 23 +++++++++++++
cpp/src/arrow/util/tracing_internal.cc | 18 ++++++++++
cpp/src/arrow/util/{tracing.cc => tracing_test.cc} | 34 +++++++++++--------
cpp/thirdparty/versions.txt | 4 +--
10 files changed, 96 insertions(+), 30 deletions(-)
copy cpp/src/arrow/util/{tracing.cc => tracing_test.cc} (57%)