You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Bessonov (Jira)" <ji...@apache.org> on 2023/04/03 10:18:00 UTC

[jira] [Created] (IGNITE-19189) Ignite node re-writes configuration file on start

Ivan Bessonov created IGNITE-19189:
--------------------------------------

             Summary: Ignite node re-writes configuration file on start
                 Key: IGNITE-19189
                 URL: https://issues.apache.org/jira/browse/IGNITE-19189
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Bessonov


The way it works right now:
 * we start the node
 * we read the content of configuration file
 * we apply the content as a single change
 * this change is writing the content back into file

This makes it impossible to run the node with read-only configuration file.

I think that makingĀ {{LocalFileConfigurationStorage}} aware of the bootstrap procedure is not too bad of a solution. Basically, all we need is to ignore the first call of {{{}LocalFileConfigurationStorage#saveValues{}}}.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)