Evgeny Stanilovsky created IGNITE-28993:
-------------------------------------------
Summary: Rework waning cause it link to legacy resource:
apacheignite.readme.io
Key: IGNITE-28993
URL: https://issues.apache.org/jira/browse/IGNITE-28993
Project: Ignite
Issue Type: Improvement
Components: general
Affects Versions: 2.18
Reporter: Evgeny Stanilovsky
Check :
GridLocalConfigManager#restoreCaches
{code:java}
if (!F.isEmpty(skippedConfigs)) {
U.warn(log, "Static configuration for the following caches
will be ignored because a persistent " +
"cache with the same name already exist (see " +
"https://apacheignite.readme.io/docs/cache-configuration for more information):
" +
skippedConfigs);
}
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)