This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch branch-1.11.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 3b84cf7 KUDU-2989. Work around SASL bug when FQDN is >=64 characters
new 4f21110 docs: additional instructions for installing memkind from
source
new 4b88dde KUDU-2994: add NO_CHRONY flag
new ac16dcf [docs] update 1.11.1 release notes
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:
CMakeLists.txt | 4 ++
.../mini-cluster/build_mini_cluster_binaries.sh | 8 ++-
docs/installation.adoc | 60 ++++++++++++++++++++++
docs/release_notes.adoc | 16 ++++++
src/kudu/cfile/block_cache.cc | 2 +-
src/kudu/clock/CMakeLists.txt | 52 ++++++++++---------
src/kudu/clock/ntp-test.cc | 10 ++++
src/kudu/mini-cluster/CMakeLists.txt | 14 +++--
.../mini-cluster/external_mini_cluster-test.cc | 18 +++++--
src/kudu/mini-cluster/external_mini_cluster.cc | 24 ++++++++-
src/kudu/mini-cluster/external_mini_cluster.h | 12 +++++
11 files changed, 184 insertions(+), 36 deletions(-)