Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23973 )
Change subject: KUDU-3738 enable range-aware rebalancing by default in CLI tools ...................................................................... KUDU-3738 enable range-aware rebalancing by default in CLI tools Since the restriction on the range-aware rebalancing has been lifted with [1], it's become possible to rebalance a whole Kudu cluster with range-aware rebalancing enabled. Range-aware rebalancing reduces the risk of hot-spotting for range-partitioned tables, so it makes sense to enable it by default. This changelist does exactly so. [1] https://github.com/apache/kudu/commit/1f89113a6 Change-Id: I41251ace905ae2869ff8c0084d1e119b3b81d4be Reviewed-on: http://gerrit.cloudera.org:8080/23966 Tested-by: Alexey Serbin <[email protected]> Reviewed-by: Gabriella Lotz <[email protected]> Reviewed-by: Marton Greber <[email protected]> (cherry picked from commit e4170f0b47bf60adcffb1d155222014222e3f338) Reviewed-on: http://gerrit.cloudera.org:8080/23973 Reviewed-by: Abhishek Chennaka <[email protected]> --- M src/kudu/tools/tool_action_cluster.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Abhishek Chennaka: Looks good to me, approved Gabriella Lotz: Looks good to me, but someone else must approve Alexey Serbin: Verified -- To view, visit http://gerrit.cloudera.org:8080/23973 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: merged Gerrit-Change-Id: I41251ace905ae2869ff8c0084d1e119b3b81d4be Gerrit-Change-Number: 23973 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Gabriella Lotz <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
