Vladislav Pyatkov created IGNITE-16001:
------------------------------------------
Summary: Raft nodes shouldn't process network messages before
Ignite node started
Key: IGNITE-16001
URL: https://issues.apache.org/jira/browse/IGNITE-16001
Project: Ignite
Issue Type: Task
Reporter: Vladislav Pyatkov
At the components start (Metastorage manager, Table manager) they are start
several RAFT groups and these groups process all RAFT messages don't wait all
components started. But until component start the Ignite node is not ready to
data load, it is not joined to a cluster topology and can be not authorized.
For solve these issues, recommend listening network events by RAFT node only
when the node fully started.
Here, message handler subscribed:
{code}
service.messagingService().addMessageHandler(RaftMessageGroup.class,
messageHandler);
{code}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)