Konstantin Orlov created IGNITE-28576:
-----------------------------------------
Summary: Page replacement started message contains reference to
non-existing configuration
Key: IGNITE-28576
URL: https://issues.apache.org/jira/browse/IGNITE-28576
Project: Ignite
Issue Type: Bug
Components: storage engines ai3
Reporter: Konstantin Orlov
"Page replacements started" warning refers to configuration which does not
exists in Ignite 3:
{code}
LOG.warn("Page replacements started, pages will be rotated with disk, this will
affect "
+ "storage performance (consider increasing
PageMemoryDataRegionConfiguration#setMaxSize for "
+ "data region) [region={}]", dataRegionConfiguration.name());
{code}
Need to update suggestion with property name.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)