[
https://issues.apache.org/jira/browse/IGNITE-24106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mirza Aliev updated IGNITE-24106:
---------------------------------
Description:
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 returned
in {{onNewPeersConfigurationApplied}}
was:
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}}
> 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
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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
> returned in {{onNewPeersConfigurationApplied}}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)