This is an automated email from the ASF dual-hosted git repository.
alexey pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kudu.git.
from 74b9ac6 [java] Fix medium SpotBugs issues
new 44446b0 www: fix typo in schema design page
new 9b7669f KUDU-2914: Rebalance tool support moving replicas from some
specific tablet servers
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:
docs/schema_design.adoc | 2 +-
src/kudu/rebalance/rebalance-test.cc | 149 ++++++++++++++---
src/kudu/rebalance/rebalance_algo.h | 8 +
src/kudu/rebalance/rebalancer.cc | 41 ++++-
src/kudu/rebalance/rebalancer.h | 25 ++-
src/kudu/tools/rebalancer_tool-test.cc | 274 +++++++++++++++++++++++++++++-
src/kudu/tools/rebalancer_tool.cc | 294 +++++++++++++++++++++++++++------
src/kudu/tools/rebalancer_tool.h | 93 ++++++++++-
src/kudu/tools/tool_action_cluster.cc | 19 ++-
9 files changed, 802 insertions(+), 103 deletions(-)