Alexander Korenshteyn created IGNITE-14108:
----------------------------------------------
Summary: rework legacy warnings about DataRegionConfiguration.walHistorySize
Key: IGNITE-14108
URL:
https://issues.apache.org/jira/browse/IGNITE-14108 Project: Ignite
Issue Type: Improvement
Components: persistence
Affects Versions: 3.0.0-alpha1, 2.9.1
Reporter: Alexander Korenshteyn
current warning: DataRegionConfiguration.maxWalArchiveSize instead DataRegionConfiguration.walHistorySize "would be used for removing old archive wal files
is based of legacy config, and confuses users.
http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=reply&node=35344it should be reworked
The are coming because of this code:
https://github.com/apache/ignite/blob/9af1eb4bf9b3425232a6b9a5109af35077e8548d/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/IgniteCacheDatabaseSharedManager.java#L625--
This message was sent by Atlassian Jira
(v8.3.4#803005)