[
https://issues.apache.org/jira/browse/KUDU-3728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18064320#comment-18064320
]
ASF subversion and git services commented on KUDU-3728:
-------------------------------------------------------
Commit b0273b01f0e3180a3d6e9adc2d65b135a837d8af in kudu's branch
refs/heads/master from Gabriella Lotz
[ https://gitbox.apache.org/repos/asf?p=kudu.git;h=b0273b01f ]
KUDU-3728 Add range-aware rebalancing to auto_rebalancer
This patch adds support for range-aware rebalancing in the
auto_rebalancer, allowing each range partition of a table to be
balanced independently. This feature was previously only available in
the manual rebalancer CLI tool.
The implementation leverages the existing TwoDimensionalGreedyAlgo
algorithm infrastructure that already supports range-aware balancing
through the TableIdAndTag grouping mechanism. When enabled, tablets
are grouped by {table_id, range_key_begin} pairs instead of just
table_id, allowing the rebalancer to treat each range partition as a
separate entity for balancing purposes.
Change-Id: Idf716bef8c21395da98dd7c9e33001190d9b5587
Reviewed-on: http://gerrit.cloudera.org:8080/23909
Tested-by: Alexey Serbin <[email protected]>
Reviewed-by: Alexey Serbin <[email protected]>
> Add range-aware rebalancing to auto-rebalancer
> ----------------------------------------------
>
> Key: KUDU-3728
> URL: https://issues.apache.org/jira/browse/KUDU-3728
> Project: Kudu
> Issue Type: Sub-task
> Reporter: Gabriella Lotz
> Assignee: Gabriella Lotz
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)