This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 0f22f12 file cache: evict open fd when descriptor goes out of scope
new 638d95d build: restrict clang version, prefer lld, enable thinlto
new c3170a9 schema: use dense_hash_map instead of std::unordered_map
new 53533bb [utility] auto-detection of cloud VM instance type
new 69cf206 [clock] auto-config of built-in NTP client in cloud
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:
CMakeLists.txt | 157 ++++------------
cmake_modules/KuduLinker.cmake | 154 ++++++++++++++++
src/kudu/client/client-test.cc | 6 +-
src/kudu/clock/CMakeLists.txt | 1 +
src/kudu/clock/builtin_ntp.cc | 45 ++++-
src/kudu/clock/builtin_ntp.h | 3 +
src/kudu/clock/ntp-test.cc | 70 +++++++
src/kudu/common/schema.cc | 64 +++----
src/kudu/common/schema.h | 61 +++---
src/kudu/common/wire_protocol.cc | 9 +-
.../mini-cluster/external_mini_cluster-test.cc | 13 +-
src/kudu/util/CMakeLists.txt | 42 +++--
src/kudu/util/cloud/instance_detector-test.cc | 97 ++++++++++
src/kudu/util/cloud/instance_detector.cc | 127 +++++++++++++
src/kudu/util/cloud/instance_detector.h | 95 ++++++++++
src/kudu/util/cloud/instance_metadata.cc | 205 +++++++++++++++++++++
src/kudu/util/cloud/instance_metadata.h | 166 +++++++++++++++++
thirdparty/download-thirdparty.sh | 5 +-
...und-for-dense_hashtable-move-constructor-.patch | 29 +++
19 files changed, 1119 insertions(+), 230 deletions(-)
create mode 100644 cmake_modules/KuduLinker.cmake
create mode 100644 src/kudu/util/cloud/instance_detector-test.cc
create mode 100644 src/kudu/util/cloud/instance_detector.cc
create mode 100644 src/kudu/util/cloud/instance_detector.h
create mode 100644 src/kudu/util/cloud/instance_metadata.cc
create mode 100644 src/kudu/util/cloud/instance_metadata.h
create mode 100644
thirdparty/patches/sparsehash-0002-Add-workaround-for-dense_hashtable-move-constructor-.patch