Mirza Aliev created IGNITE-24106:
------------------------------------
Summary: Propagate raft index to doStableKeySwitch
Key: IGNITE-24106
URL: https://issues.apache.org/jira/browse/IGNITE-24106
Project: Ignite
Issue Type: Improvement
Reporter: Mirza Aliev
Assignee: Mirza Aliev
h3. Motivation
For the purposes of https://issues.apache.org/jira/browse/IGNITE-23869 we need
to know index on which raft changed configuration. This information must be
propagated {{onNewPeersConfigurationApplied}} callback from raft, so we could
persist it in {{doStableKeySwitch}}
h3. Implementation details
Form the raft side, we could use {{node.conf.getId()}} when we call listener
{{onNewPeersConfigurationApplied}}
h3. Definition of done
* Any time raft is reconfigured index of this entry from raft must be persisted
along with stable/pending etc in {{doStableKeySwitch}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)