Hello Will Berkeley, Mike Percy, 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 (#16).
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 <master_addresses>
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 12-node cluster running the recent
Kudu 1.7 (3-4-3 replica management scheme) with about 12TB of data total
and a cluster running Kudu 1.4 (3-2-3 replica management scheme).
Change-Id: I269ea1dcb0b528ad9f03308bac6b8769e2141238
---
M src/kudu/client/client.cc
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
12 files changed, 2,297 insertions(+), 419 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/99/10399/16
--
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: 16
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-Reviewer: Mike Percy <[email protected]>
Gerrit-Reviewer: Will Berkeley <[email protected]>