You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Mitch Barnett (Code Review)" <ge...@cloudera.org> on 2019/04/09 21:45:59 UTC

[kudu-CR] KUDU-2449: "Tablet server addition" best practices

Hello Will Berkeley, Kudu Jenkins, Adar Dembo, Grant Henke, 

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

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

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

Change subject: KUDU-2449: "Tablet server addition" best practices
......................................................................

KUDU-2449: "Tablet server addition" best practices

This section will detail the best practices around adding new tablet
servers to a cluster, specifically around node utilization. The most
common use-case for adding a tablet server is to reduce load/utilization
per node, or add additional capacity to the cluster. In either case, the
newly added tablet server instances won't be utilized unless new tablets are
created, or if tablets need to be re-homed, which is not the usual expectation
(I added new tablet servers, Kudu should detect that and use rebalance
automatically).

Change-Id: I7e44b4a84a8ca8048b8dc930cc1ee228daef6cf9
---
M docs/administration.adoc
1 file changed, 32 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/69/12969/3
-- 
To view, visit http://gerrit.cloudera.org:8080/12969
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I7e44b4a84a8ca8048b8dc930cc1ee228daef6cf9
Gerrit-Change-Number: 12969
Gerrit-PatchSet: 3
Gerrit-Owner: Mitch Barnett <mb...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Grant Henke <gr...@apache.org>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Will Berkeley <wd...@gmail.com>