Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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
Attachments
Issue Links
- is related to
-
IGNITE-15528 JRaft creates at least 4 threads for every raft group on a leader
- Resolved
- links to