[
https://issues.apache.org/jira/browse/IGNITE-13815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17246485#comment-17246485
]
Ignite TC Bot commented on IGNITE-13815:
----------------------------------------
{panel:title=Branch: [pull/8545/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/8545/head] Base: [master] : New Tests
(4)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}PDS 1{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5782078]]
* {color:#013220}IgnitePdsTestSuite: SegmentAwareTest.testLockBorder -
PASSED{color}
* {color:#013220}IgnitePdsTestSuite: SegmentAwareTest.testReservationBorder -
PASSED{color}
{color:#00008b}PDS 2{color} [[tests
2|https://ci.ignite.apache.org/viewLog.html?buildId=5782079]]
* {color:#013220}IgnitePdsTestSuite2:
IgnitePdsReserveWalSegmentsWithCompactionTest.testNotTruncateSegmentsForBinaryRecovery
- PASSED{color}
* {color:#013220}IgnitePdsTestSuite2:
IgnitePdsReserveWalSegmentsTest.testNotTruncateSegmentsForBinaryRecovery -
PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5781697&buildTypeId=IgniteTests24Java8_RunAll]
> 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: 10m
> 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)