Grant Henke has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/12969 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/12969 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Grant Henke <[email protected]> --- M docs/administration.adoc 1 file changed, 33 insertions(+), 0 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified Grant Henke: Looks good to me, approved -- 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: merged Gerrit-Change-Id: I7e44b4a84a8ca8048b8dc930cc1ee228daef6cf9 Gerrit-Change-Number: 12969 Gerrit-PatchSet: 8 Gerrit-Owner: Mitch Barnett <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Mitch Barnett <[email protected]> Gerrit-Reviewer: Will Berkeley <[email protected]>
