[
https://issues.apache.org/jira/browse/IGNITE-13912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17269514#comment-17269514
]
shivakumar commented on IGNITE-13912:
-------------------------------------
Hi [[email protected]]
FYI, there are few below warning also
[2021-01-21T13:38:13,198][WARN ][exchange-worker-#52][FileWriteAheadLogManager]
Reserved WAL stack
[2021-01-21T13:38:13,201][WARN ][wal-file-cleaner%null-#82][CheckpointHistory]
Could not clear historyMap due to WAL reservation on cp: CheckpointEntry
[id=62b155ab-a0cc-4658-bf69-b99ce46f5478, timestamp=1611235952129,
ptr=WALPointer [idx=2, fileOff=669996110, len=9572]], history map size is 6
[2021-01-21T13:38:13,240][WARN ][sys-#244][GridDhtPartitionsExchangeFuture]
Partition states validation has failed for group: groupEternal, msg: Partitions
cache size and update counters are inconsistent for Part 0:
[consistentId=9dfeb6d2-9f71-44f6-992b-4ff17326a6c1 meta=[updCnt=11262,
size=11255] consistentId=68f49183-3a5a-4e31-a7f6-55754f217458
meta=[updCnt=11268, size=11260] ] Part 1:
[consistentId=890459f5-5b1c-49a9-9871-3782e93f6df7 meta=[updCnt=11430,
size=11427] consistentId=9f22fdcd-6e3d-4879-8268-b0a639d1b4db
meta=[updCnt=11429, size=11426] ] Part 2:
[consistentId=9dfeb6d2-9f71-44f6-992b-4ff17326a6c1 meta=[updCnt=11409,
size=11404] consistentId=68f49183-3a5a-4e31-a7f6-55754f217458
meta=[updCnt=11403, size=11400] ] Part 3:
[consistentId=9dfeb6d2-9f71-44f6-992b-4ff17326a6c1 meta=[updCnt=11216,
size=11211] consistentId=71700163-0743-403a-b6ca-4d1344fa398d
meta=[updCnt=11209, size=11203] ] Part 4:
[consistentId=68f49183-3a5a-4e31-a7f6-55754f217458 meta=[updCnt=11319,
size=11319] consistentId=9f22fdcd-6e3d-4879-8268-b0a639d1b4db
meta=[updCnt=11327, size=11318] ] Part 5:
[consistentId=9dfeb6d2-9f71-44f6-992b-4ff17326a6c1 meta=[updCnt=11409,
size=null] consistentId=71700163-0743-403a-b6ca-4d1344fa398d
meta=[updCnt=11405, size=null] ] Part 6:
> Incorrect calculation of WAL segments that should be deleted from WAL archive
> -----------------------------------------------------------------------------
>
> Key: IGNITE-13912
> URL: https://issues.apache.org/jira/browse/IGNITE-13912
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Critical
> Fix For: 2.10
>
> Attachments: server1-full-wal-checkpoint.log, wal-checkpoint-logs,
> wal_dir_contents, wal_grows_from_peak.PNG, wal_issue_reproduced.PNG,
> wal_usage.PNG, wal_usage_dec12.PNG, wal_usage_dec22nd_binary.PNG
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Now there is an incorrect calculation of WAL segments that should be deleted
> from WAL archive. Since we delete only those segments whose total size should
> not exceed *DataStorageConfiguration#maxWalArchiveSize *
> IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE*, but should be up to
> DataStorageConfiguration#maxWalArchiveSize *
> IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE*. Therefore, an excess of
> *DataStorageConfiguration#maxWalArchiveSize* occurs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)