You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Rakov (JIRA)" <ji...@apache.org> on 2019/03/05 14:04:00 UTC

[jira] [Updated] (IGNITE-11484) Get rid of ForkJoinPool#commonPool usage for system critical tasks

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

Ivan Rakov updated IGNITE-11484:
--------------------------------
    Summary: Get rid of ForkJoinPool#commonPool usage for system critical tasks  (was: Get rid of ForkJoinPool#commonPool usage for csystem critical tasks)

> Get rid of ForkJoinPool#commonPool usage for system critical tasks
> ------------------------------------------------------------------
>
>                 Key: IGNITE-11484
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11484
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Ivan Rakov
>            Assignee: Ivan Rakov
>            Priority: Major
>             Fix For: 2.8
>
>
> We use ForkJoinPool#commonPool for sorting checkpoint pages.
> This may backfire if common pool is already utilized in current JVM: checkpoint may wait for sorting for a long time, which in turn will cause user load dropdown.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)