Hello Will Berkeley, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/10399
to look at the new patch set (#11).
Change subject: [tools] rebalancer in the kudu CLI tool
......................................................................
[tools] rebalancer in the kudu CLI tool
Introduced rebalancing tool as a part of the Kudu CLI tool. To run
the rebalancer against a Kudu cluster:
sudo -u kudu kudu cluster rebalance <cluster_rpc_endpoints>
This changelist also contains unit tests to cover converting KsckResults
result into ClusterBalanceInfo and integration tests to verify
the functionality of the rebalancer as a part of the Kudu CLI tool.
The code was tested against the flash cluster and a 3-2-3 cluster
running CDH5.12.x
Change-Id: I269ea1dcb0b528ad9f03308bac6b8769e2141238
---
M src/kudu/tools/CMakeLists.txt
M src/kudu/tools/kudu-admin-test.cc
A src/kudu/tools/rebalance-test.cc
A src/kudu/tools/rebalance.cc
A src/kudu/tools/rebalance.h
M src/kudu/tools/tool_action_cluster.cc
M src/kudu/tools/tool_action_common.cc
M src/kudu/tools/tool_action_common.h
M src/kudu/tools/tool_action_tablet.cc
A src/kudu/tools/tool_replica_util.cc
A src/kudu/tools/tool_replica_util.h
11 files changed, 2,113 insertions(+), 416 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/99/10399/11
--
To view, visit http://gerrit.cloudera.org:8080/10399
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I269ea1dcb0b528ad9f03308bac6b8769e2141238
Gerrit-Change-Number: 10399
Gerrit-PatchSet: 11
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Will Berkeley <[email protected]>