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:24:00 UTC

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

Kirill Tkalenko created IGNITE-15243:
----------------------------------------

             Summary: 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


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)