[
https://issues.apache.org/jira/browse/IGNITE-24821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Polovtsev updated IGNITE-24821:
-----------------------------------------
Description: When starting a partition Raft group, a "startup snapshot
meta" is created to tell JRaft about the last applied index, term and
configuration. Out code, however uses the {{SnapshotMetaUtils#snapshotMetaAt}}
method, which requires some additional information which is not needed during
startup (like the catalog version or index IDs). It is proposed to create a
regular meta on startup, without all this redundant information.
> Use regular snapshot meta as partition startup snapshot meta
> ------------------------------------------------------------
>
> Key: IGNITE-24821
> URL: https://issues.apache.org/jira/browse/IGNITE-24821
> Project: Ignite
> Issue Type: Improvement
> Reporter: Aleksandr Polovtsev
> Assignee: Aleksandr Polovtsev
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When starting a partition Raft group, a "startup snapshot meta" is created to
> tell JRaft about the last applied index, term and configuration. Out code,
> however uses the {{SnapshotMetaUtils#snapshotMetaAt}} method, which requires
> some additional information which is not needed during startup (like the
> catalog version or index IDs). It is proposed to create a regular meta on
> startup, without all this redundant information.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)