[ https://issues.apache.org/jira/browse/IGNITE-19911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ivan Gagarkin updated IGNITE-19911: ----------------------------------- Description: Users can set a custom cluster configuration on init. That configuration is validated against an empty configuration. It's not correct because the cluster is initialized with the default configuration first, and then a custom configuration is applied. For example, if a user changes immutable properties in the custom cluster configuration on the cluster init. This configuration is successfully validated before the initialization process and the initialization is started. But when the initialization is passed and the cluster leader tries to apply the custom configuration, it fetches the error that immutable parameters can not be changed. was: Users can set a custom cluster configuration on init. That configuration is validated against an empty configuration. It's not correct because the cluster is initialized with the default configuration first, and then a custom configuration is applied. For example, if a user changes immutable properties in the custom cluster configuration on the cluster init. This configuration is successfully validated before the initialization process and the initialization is started. But when the initialization is passed and the cluster leader tries to apply the custom configuration, it ffeteches the error > Initial cluster configuration should be validated against the default > configuration > ----------------------------------------------------------------------------------- > > Key: IGNITE-19911 > URL: https://issues.apache.org/jira/browse/IGNITE-19911 > Project: Ignite > Issue Type: Bug > Reporter: Ivan Gagarkin > Assignee: Kirill Sizov > Priority: Critical > Labels: ignite-3 > > Users can set a custom cluster configuration on init. That configuration is > validated against an empty configuration. It's not correct because the > cluster is initialized with the default configuration first, and then a > custom configuration is applied. > > For example, if a user changes immutable properties in the custom cluster > configuration on the cluster init. This configuration is successfully > validated before the initialization process and the initialization is > started. But when the initialization is passed and the cluster leader tries > to apply the custom configuration, it fetches the error that immutable > parameters can not be changed. -- This message was sent by Atlassian Jira (v8.20.10#820010)