You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Bankim Bhavsar (Code Review)" <ge...@cloudera.org> on 2021/02/02 23:13:26 UTC

[kudu-CR] [tool] KUDU-2181 CLI to remove master

Hello Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/17010

to look at the new patch set (#2).

Change subject: [tool] KUDU-2181 CLI to remove master
......................................................................

[tool] KUDU-2181 CLI to remove master

This change adds CLI to remove master from the cluster
which in turn invokes the RemoveMaster ChangeConfig RPC.

This CLI will be part of the workflow to remove master
from an existing cluster or recover dead master at the
same HostPort.

Change-Id: I5c97b03475b0ffc7b387d7dfc17acc4b13858fb7
---
M src/kudu/client/master_proxy_rpc.cc
M src/kudu/master/dynamic_multi_master-test.cc
M src/kudu/tools/tool_action_common.cc
M src/kudu/tools/tool_action_master.cc
4 files changed, 92 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/10/17010/2
-- 
To view, visit http://gerrit.cloudera.org:8080/17010
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I5c97b03475b0ffc7b387d7dfc17acc4b13858fb7
Gerrit-Change-Number: 17010
Gerrit-PatchSet: 2
Gerrit-Owner: Bankim Bhavsar <ba...@cloudera.com>
Gerrit-Reviewer: Kudu Jenkins (120)