You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2021/08/04 06:25:00 UTC

[jira] [Updated] (IGNITE-15243) Return the IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE and deprecate it

     [ https://issues.apache.org/jira/browse/IGNITE-15243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirill Tkalenko updated IGNITE-15243:
-------------------------------------
    Fix Version/s: 2.12

> Return the IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE and deprecate it
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-15243
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15243
>             Project: Ignite
>          Issue Type: Improvement
>          Components: persistence
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>             Fix For: 2.12
>
>
> For backward compatibility, return the *IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE* and deprecate it, with the following logic:
> * If the user himself set the *DataStorageConfiguration#minWalArchiveSize*, we take it;
> * if *IGNITE_THRESHOLD_WAL_ARCHIVE_SIZE_PERCENTAGE* is set, we take it (with standard checks for > 0 and < *DataStorageConfiguration#maxWalArchiveSize*);
> * Otherwise, we take default (*DataStorageConfiguration#HALF_MAX_WAL_ARCHIVE_SIZE*).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)