[
https://issues.apache.org/jira/browse/IGNITE-16418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17486608#comment-17486608
]
Nikolay Izhikov commented on IGNITE-16418:
------------------------------------------
Hello, [~sdanilov], [~ibessonov]
Looks like your fix broke the test {{CommandLinePrintPropertiesTest}}.
New system property should have corresponding annotation.
Can you, please, fix it?
```
public static final String IGNITE_CHECKPOINT_MAP_SNAPSHOT_THRESHOLD =
"IGNITE_CHECKPOINT_MAP_SNAPSHOT_THRESHOLD";
```
> Add serialization of the partition map to the disk to avoid long start up of
> the node
> -------------------------------------------------------------------------------------
>
> Key: IGNITE-16418
> URL: https://issues.apache.org/jira/browse/IGNITE-16418
> Project: Ignite
> Issue Type: Task
> Reporter: Semyon Danilov
> Assignee: Semyon Danilov
> Priority: Major
> Fix For: 2.13
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> We are currently reading all checkpoint markers and related information from
> the WAL archive at startup as part of an improvement made at
> https://issues.apache.org/jira/browse/IGNITE-13052.
> It can lead to a long start-up process because of slow disks.
> We should save the necessary partition information to disk, which we can use
> for retrospective rebalancing, instead of reading all the checkpoint
> information from the WAL archive.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)