[
https://issues.apache.org/jira/browse/IGNITE-20499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin updated IGNITE-20499:
--------------------------------------
Description:
The value of the configuration parameter can be changed during cluster
initialization (IgniteImpl#init). System components do not see the actual
configuration values at startup (since locally this values is applied later).
This can cause confusion when a component reads a default configuration value
at startup, which then changes when the distributed configuration is applied on
the local node.
was:
The value of the configuration parameter can be changed during cluster
initialization (IgniteImpl#init). At the moment, system components do not see
the actual configuration values at startup (since locally this values is
applied later).
In the case of reading an immutable config parameter with default value, this
can lead to confusion. Since the component at startup will read the default
configuration value, which then changes when the distributed configuration is
applied on the local node.
> Ability to obtain actual cluster configuration values during startup.
> ---------------------------------------------------------------------
>
> Key: IGNITE-20499
> URL: https://issues.apache.org/jira/browse/IGNITE-20499
> Project: Ignite
> Issue Type: Improvement
> Reporter: Pavel Pereslegin
> Priority: Major
> Labels: configuration, ignite-3
>
> The value of the configuration parameter can be changed during cluster
> initialization (IgniteImpl#init). System components do not see the actual
> configuration values at startup (since locally this values is applied later).
> This can cause confusion when a component reads a default configuration value
> at startup, which then changes when the distributed configuration is applied
> on the local node.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)