[jira] [Created] (IGNITE-13831) Move WAL archive cleanup from checkpoint to rollover

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-13831) Move WAL archive cleanup from checkpoint to rollover

Anton Vinogradov (Jira)
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)