You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Chugunov (Jira)" <ji...@apache.org> on 2022/06/03 05:03:00 UTC

[jira] [Updated] (IGNITE-16747) Avoid user tasks in following future stages blocking system threads

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

Sergey Chugunov updated IGNITE-16747:
-------------------------------------
    Fix Version/s: 3.0.0-alpha6
                       (was: 3.0.0-alpha5)

> 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.0.0-alpha6
>
>
> 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.7#820007)