[
https://issues.apache.org/jira/browse/IGNITE-21415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Denis Chudov updated IGNITE-21415:
----------------------------------
Description: 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.
> 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)