You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Mirza Aliev (Jira)" <ji...@apache.org> on 2021/09/14 16:05:00 UTC

[jira] [Updated] (IGNITE-15510) RaftGroupServiceImpl creates new ExecutorService for every instance

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

Mirza Aliev updated IGNITE-15510:
---------------------------------
    Summary: RaftGroupServiceImpl creates new ExecutorService for every instance  (was: RaftGroupServiceImpl creates new Executor for every instance)

> RaftGroupServiceImpl creates new ExecutorService for every instance
> -------------------------------------------------------------------
>
>                 Key: IGNITE-15510
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15510
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Mirza Aliev
>            Assignee: Mirza Aliev
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-alpha3
>
>
> {{RaftGroupServiceImpl}} creates inside itself new {{ExecutorService}} for every instance, this is not efficient as far as we create {{RaftGroupServiceImpl}} for every partition, which means that we will face with memory problems when we try to create a lot of partitions.
> It is proposed to use shared executor for {{RaftGroupServiceImpl}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)