This is an automated email from the ASF dual-hosted git repository.
bankim pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 4a88bde [master] fix race between shutdown and TxnManager init
new df61b71 [tool] KUDU-2181 CLI to add master
new 645f9dc [tool] KUDU-2181 CLI to remove master
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:
src/kudu/client/master_proxy_rpc.cc | 20 ++-
src/kudu/master/dynamic_multi_master-test.cc | 233 +++++++++++++++------------
src/kudu/master/master.proto | 3 +
src/kudu/master/master_service.cc | 16 +-
src/kudu/tools/kudu-tool-test.cc | 12 ++
src/kudu/tools/tool_action_common.cc | 45 +++++-
src/kudu/tools/tool_action_common.h | 3 +-
src/kudu/tools/tool_action_master.cc | 164 +++++++++++++++++++
8 files changed, 380 insertions(+), 116 deletions(-)