Vladislav Pyatkov created IGNITE-16263:
------------------------------------------
Summary: Invoke configuration listeners when it was restored
Key: IGNITE-16263
URL: https://issues.apache.org/jira/browse/IGNITE-16263
Project: Ignite
Issue Type: Improvement
Reporter: Vladislav Pyatkov
In some cases, a node required to start over not empty configuration: it is a
scenario of recovery (a node restart after shutdown) or scenario when a node
joins to the cluster with a long history (the cluster does not have full
history for Metastorage).
In these cases, a cluster state cannot restore itself by configuration updates
(because it has only final state in Vault). But if all components listeners are
invoked, the component can restore in-memory state.
Need to propagate the restored configuration to all configuration listeners
(invoke them after all properties loaded from a storage
ConfigurationStorage#readAll).
--
This message was sent by Atlassian Jira
(v8.20.1#820001)