This is an automated email from the ASF dual-hosted git repository.
abukor pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from c3122b6 [ksck] field renamings: flags_ --> unusual_flags_
new f4176b1 subprocess: plumb Java metrics into C++
new bc2efa1 ksck: display quiecing-related info
The 2 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:
.../tablet_server_quiescing-itest.cc | 57 +++++--
src/kudu/rebalance/cluster_status.h | 8 +
src/kudu/subprocess/CMakeLists.txt | 1 +
src/kudu/subprocess/subprocess_proxy-test.cc | 167 +++++++++++++++++++++
src/kudu/subprocess/subprocess_proxy.h | 102 +++++++++++++
src/kudu/tools/ksck-test.cc | 2 +
src/kudu/tools/ksck.cc | 1 +
src/kudu/tools/ksck.h | 14 ++
src/kudu/tools/ksck_remote.cc | 32 +++-
src/kudu/tools/ksck_remote.h | 4 +
src/kudu/tools/ksck_results.cc | 35 +++++
src/kudu/tools/tool_action_cluster.cc | 4 +-
src/kudu/tools/tool_action_tserver.cc | 5 +-
src/kudu/tserver/tablet_service.cc | 12 ++
src/kudu/tserver/tablet_service.h | 6 +-
src/kudu/tserver/tserver.proto | 1 +
16 files changed, 434 insertions(+), 17 deletions(-)
create mode 100644 src/kudu/subprocess/subprocess_proxy-test.cc
create mode 100644 src/kudu/subprocess/subprocess_proxy.h