[
https://issues.apache.org/jira/browse/IGNITE-16001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vyacheslav Koptilin resolved IGNITE-16001.
------------------------------------------
Resolution: Won't Fix
Is not actual anymore.
> 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
> Priority: Major
> Labels: ignite-3
>
> 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.10#820010)