Roman Puchkovskiy created IGNITE-23596:
------------------------------------------
Summary: Start of Metastorage Raft node blocks a network thread
Key: IGNITE-23596
URL: https://issues.apache.org/jira/browse/IGNITE-23596
Project: Ignite
Issue Type: Bug
Reporter: Roman Puchkovskiy
Assignee: Roman Puchkovskiy
Currently, Metastorage Raft node is started (or may be started) on an inbound
network thread. This thread should never be blocked, but starting a Raft node
involves some I/O (including a potential install of a local snapshot which
might take a lot of time).
This should be offloaded to another thread pool.
The same thing has to be checked for other places where we start Raft nodes
(CMG is the first candidate).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)