Kirill Tkalenko created IGNITE-13831:
----------------------------------------
Summary: Move WAL archive cleanup from checkpoint to rollover
Key: IGNITE-13831
URL:
https://issues.apache.org/jira/browse/IGNITE-13831 Project: Ignite
Issue Type: Improvement
Components: persistence
Reporter: Kirill Tkalenko
Assignee: Kirill Tkalenko
Fix For: 2.10
At the moment, WAL archive is cleared at the end of the checkpoint, which does not seem correct and needs to be moved to the *FileWriteAheadLogManager*.
It is suggested to clear WAL archive in *FileWriteAheadLogManager#rollOver* when the *DataStorageConfiguration#maxWalArchiveSize* is reached.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)