Aleksandr Polovtcev created IGNITE-17814:
--------------------------------------------
Summary: JRaft API should operate with Peers based on consistent
ID
Key: IGNITE-17814
URL: https://issues.apache.org/jira/browse/IGNITE-17814
Project: Ignite
Issue Type: Task
Reporter: Aleksandr Polovtcev
When starting a Raft service, a list of peers is required, which are identified
by host-port pairs. However, Ignite nodes are identified by their consistent
IDs, which requires an intermediate step of resolving consistent IDs into
addresses. This is problematic, because a particular node may be offline and,
therefore, impossible to resolve. It is proposed to use peers that are based on
consistent IDs instead and move the handling of offline nodes into the Raft
infrastructure.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)