Ivan Zlenko created IGNITE-28037:
------------------------------------
Summary: Local deleted prefixes are used for the distributed
configuration
Key: IGNITE-28037
URL: https://issues.apache.org/jira/browse/IGNITE-28037
Project: Ignite
Issue Type: Bug
Components: configuration ai3
Reporter: Ivan Zlenko
Assignee: Ivan Zlenko
When we are creating distributed configuration object we are using local
deleted prefixes. Which feels wrong.
{code:java}
clusterConfigRegistry = new ConfigurationRegistry(
modules.distributed().rootKeys(),
cfgStorage,
distributedConfigurationGenerator,
distributedCfgValidator,
modules.distributed()::migrateDeprecatedConfigurations,
KeyIgnorer.fromDeletedPrefixes(modules.local().deletedPrefixes())
);
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)