[ 
https://issues.apache.org/jira/browse/IGNITE-25445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Roman Puchkovskiy updated IGNITE-25445:
---------------------------------------
    Description: 
PartitionMover is async by its nature, but we block on its future; because of 
this, we need a big thread pool (namely, rebalance scheduler).

Switching to async mode of operation for partition moving will allow us to 
shrink the rebalance scheduler size drastically, ideally to just 1 thread as it 
will now only execute light, non-I/O, non-CPU-heavy tasks.

> Do not block on PartitionMover future
> -------------------------------------
>
>                 Key: IGNITE-25445
>                 URL: https://issues.apache.org/jira/browse/IGNITE-25445
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Roman Puchkovskiy
>            Assignee: Roman Puchkovskiy
>            Priority: Major
>              Labels: ignite-3
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> PartitionMover is async by its nature, but we block on its future; because of 
> this, we need a big thread pool (namely, rebalance scheduler).
> Switching to async mode of operation for partition moving will allow us to 
> shrink the rebalance scheduler size drastically, ideally to just 1 thread as 
> it will now only execute light, non-I/O, non-CPU-heavy tasks.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to