[
https://issues.apache.org/jira/browse/IGNITE-13253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17179549#comment-17179549
]
Ignite TC Bot commented on IGNITE-13253:
----------------------------------------
{panel:title=Branch: [pull/8160/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8160/head] Base: [master] : New Tests
(4)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}MVCC PDS 2{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5547062]]
* {color:#013220}IgnitePdsMvccTestSuite2:
HistoricalRebalanceHeuristicsTest.testPutRemoveReorderingConsistency[historical
= false] - PASSED{color}
* {color:#013220}IgnitePdsMvccTestSuite2:
HistoricalRebalanceHeuristicsTest.testPutRemoveReorderingConsistency[historical
= true] - PASSED{color}
{color:#00008b}PDS 2{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5547035]]
* {color:#013220}IgnitePdsTestSuite2:
HistoricalRebalanceHeuristicsTest.testPutRemoveReorderingConsistency[historical
= false] - PASSED{color}
* {color:#013220}IgnitePdsTestSuite2:
HistoricalRebalanceHeuristicsTest.testPutRemoveReorderingConsistency[historical
= true] - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5547073&buildTypeId=IgniteTests24Java8_RunAll]
> 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
> Time Spent: 10m
> 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)