[
https://issues.apache.org/jira/browse/IGNITE-16747?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-16747:
----------------------------------------
Fix Version/s: 3.2
(was: 3.1)
> Avoid user tasks in following future stages blocking system threads
> -------------------------------------------------------------------
>
> Key: IGNITE-16747
> URL: https://issues.apache.org/jira/browse/IGNITE-16747
> Project: Ignite
> Issue Type: Improvement
> Components: compute
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
>
> User job is executed in a dedicated thread pool. We return a
> CompletableFuture to which the user may add more stages. These stages could
> still be executed in the same Compute dedicated thread pool, so if a
> follow-up stages of the returned future run some heavy tasks, they can
> potentially block the job execution thread pool which may be a problem.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)