Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
Fixed selection of WAL segments to clear.
Description
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.
Attachments
Attachments
Issue Links
- causes
-
IGNITE-13831 Move WAL archive cleanup from checkpoint to rollover
- Resolved
- links to