Kirill Tkalenko created IGNITE-13912:
----------------------------------------

             Summary: 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
             Fix For: 2.10


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 
DataStorageConfiguration#maxWalArchiveSize - 
(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)

Reply via email to