[
https://issues.apache.org/jira/browse/IGNITE-13253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Rakov updated IGNITE-13253:
--------------------------------
Release Note: Introduced heuristic for using historical rebalancing
automatically if it's more efficient. Property
-DIGNITE_PDS_WAL_REBALANCE_THRESHOLD is still present, but its value changed to
500. Heuristic is applied only for larger partitions.
> Advanced heuristics for historical rebalance
> --------------------------------------------
>
> Key: IGNITE-13253
> URL: https://issues.apache.org/jira/browse/IGNITE-13253
> Project: Ignite
> Issue Type: Improvement
> Reporter: Vladislav Pyatkov
> Assignee: Ivan Rakov
> Priority: Major
> Fix For: 2.10
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Before, cluster detects partitions that have not to rebalance by history, by
> them size. This threshold might be set through a system property
> IGNITE_PDS_WAL_REBALANCE_THRESHOLD. But it is not fair deciding which
> partitions will be rebalanced by WAL only by them size. WAL can have much
> more records than size of a partition (many update by one key) and that
> rebalance required more data than full transferring by network.
> Need to implement a heuristic, that might to estimate data size.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)