Hello Will Berkeley, Adar Dembo, Grant Henke,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/12969
to review the following change.
Change subject: Created 'Adding tablet server best practices' per KUDU-2449.
......................................................................
Created 'Adding tablet server best practices' per KUDU-2449.
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 he 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/1
--
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: newchange
Gerrit-Change-Id: I7e44b4a84a8ca8048b8dc930cc1ee228daef6cf9
Gerrit-Change-Number: 12969
Gerrit-PatchSet: 1
Gerrit-Owner: Mitch Barnett <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>
Gerrit-Reviewer: Will Berkeley <[email protected]>