[
https://issues.apache.org/jira/browse/IGNITE-13815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirill Tkalenko updated IGNITE-13815:
-------------------------------------
Release Note: Removing the ability to remove segments from the middle of
WAL archive.
> Remove ability to delete segments from the middle of WAL archive
> ----------------------------------------------------------------
>
> Key: IGNITE-13815
> URL: https://issues.apache.org/jira/browse/IGNITE-13815
> Project: Ignite
> Issue Type: Improvement
> Components: persistence
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Fix For: 2.10
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> At the moment we have the option to delete segments from the middle of the
> archive via the *FileWriteAheadLogManager#truncate*. This creates gaps in the
> archive and makes it invalid.
> It should be possible to delete segments sequentially up to the upper
> boundary. It has also been found that there is no protection against segment
> deletion, which may be needed for a binary recovery.
> Also need to get rid of the physical check when reserving segments through
> the *FileWriteAheadLogManager#reserve*.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)