[
https://issues.apache.org/jira/browse/IGNITE-21415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Gusakov resolved IGNITE-21415.
-------------------------------------
Resolution: Invalid
Actually, NodeManager must manage ony local nodes and it is not an issue
> Remote nodes are not added to NodeManager
> -----------------------------------------
>
> Key: IGNITE-21415
> URL: https://issues.apache.org/jira/browse/IGNITE-21415
> Project: Ignite
> Issue Type: Bug
> Reporter: Denis Chudov
> Priority: Major
> Labels: ignite-3
>
> org.apache.ignite.raft.jraft.NodeManager has the internal data structures
> (groups to lists of nodes mapping, etc.) that are used for different
> purposes, including processing the requests. But the remote nodes are not
> adding to these mappings. See the usages of NodeManager#add method: it is
> called only from RaftGroupService#start to add the local node.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)