This is an automated email from the ASF dual-hosted git repository.
awong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 396e412 tablet_server-test: deflake ScanCorruptedDeltasParamTest
new 7667aa2 [rebalance] fix comments
new ecc89cf KUDU-2069 p7: add tool to enter/exit maintenance
new 1f4d473 KUDU-2069 p8: support listing tserver state through CLI
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:
src/kudu/client/master_proxy_rpc.cc | 3 +
src/kudu/master/master.proto | 16 ++++
src/kudu/master/master_service.cc | 30 ++++++-
src/kudu/master/ts_manager.cc | 18 ++++
src/kudu/master/ts_manager.h | 8 +-
src/kudu/master/ts_state-test.cc | 4 +-
src/kudu/rebalance/placement_policy_util.cc | 4 +-
src/kudu/tools/kudu-tool-test.cc | 124 ++++++++++++++++++++++++++++
src/kudu/tools/tool_action_common.cc | 10 +++
src/kudu/tools/tool_action_tserver.cc | 84 +++++++++++++++++--
10 files changed, 289 insertions(+), 12 deletions(-)