This is an automated email from the ASF dual-hosted git repository.
adar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 4dcbcf1 KUDU-2952: fix TOCTOU race in reporting stats
new dfd2ed2 [tools] Add get table statistics for CLI tools
new e110cb8 [clock] move clock sync wait into HybridClock::Init()
new 69cbf85 [mini-cluster] check for failures in TestKerberosReacquire
new a894793 docs(master): fix typo error for tablet
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:
docs/design-docs/master.md | 2 +-
src/kudu/client/client.cc | 8 +++-
src/kudu/client/client.h | 9 +++-
src/kudu/client/table_statistics-internal.h | 12 +++++
src/kudu/clock/hybrid_clock.cc | 54 ++++++++++++++++++----
src/kudu/clock/system_ntp.cc | 54 +---------------------
src/kudu/clock/time_service.h | 8 +++-
.../mini-cluster/external_mini_cluster-test.cc | 4 +-
src/kudu/tools/kudu-admin-test.cc | 19 ++++++++
src/kudu/tools/kudu-tool-test.cc | 3 +-
src/kudu/tools/tool_action_table.cc | 25 ++++++++++
11 files changed, 126 insertions(+), 72 deletions(-)