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)