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] [Created] (IGNITE-15510) RaftGroupServiceImpl creates new Executor for every instance

Mirza Aliev created IGNITE-15510:
------------------------------------

             Summary: RaftGroupServiceImpl creates new Executor for every instance
                 Key: IGNITE-15510
                 URL: https://issues.apache.org/jira/browse/IGNITE-15510
             Project: Ignite
          Issue Type: Bug
            Reporter: Mirza Aliev
             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)