[
https://issues.apache.org/jira/browse/IGNITE-13831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17252748#comment-17252748
]
Ignite TC Bot commented on IGNITE-13831:
----------------------------------------
{panel:title=Branch: [pull/8563/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8563/head] Base: [master] : New Tests
(5)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}PDS 2{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5800097]]
* {color:#013220}IgnitePdsTestSuite2:
WalDeletionArchiveFsyncTest.testCheckpointHistoryRemovingByTruncate -
PASSED{color}
* {color:#013220}IgnitePdsTestSuite2:
WalDeletionArchiveLogOnlyTest.testCheckpointHistoryRemovingByTruncate -
PASSED{color}
{color:#00008b}Basic 1{color} [[tests
1|https://ci.ignite.apache.org/viewLog.html?buildId=5800065]]
* {color:#013220}IgniteBasicTestSuite: IgniteUtilsSelfTest.testUncompressedSize
- PASSED{color}
{color:#00008b}PDS 1{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5800096]]
* {color:#013220}IgnitePdsTestSuite: SegmentAwareTest.testTruncate -
PASSED{color}
* {color:#013220}IgnitePdsTestSuite: SegmentAwareTest.testWalArchiveSize -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5800125&buildTypeId=IgniteTests24Java8_RunAll]
> 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
> Priority: Major
> Fix For: 2.10
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Users expect *DataStorageConfiguration#maxWalArchiveSize* to mean that WAL
> archive will not exceed this value, but it is not.
> It seems that to reduce the chance of getting into a situation when we exceed
> WAL archive, it will be lowed when we clean it when switching to a new
> segment than at the end of the checkpoint. It is proposed to move the archive
> cleanup to *FileWriteAheadLogManager#rollOver* when the
> *DataStorageConfiguration#maxWalArchiveSize* is reached.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)